Skip to content

Commit

Permalink
rootless nerdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Mar 3, 2024
1 parent 78e98ee commit b02ac21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
sudo systemctl disable --now docker
curl -sfL https://github.com/containerd/nerdctl/releases/download/v$NERDCTL_VERSION/nerdctl-full-$NERDCTL_VERSION-linux-amd64.tar.gz | sudo tar -zxvf - -C /usr/local
# https://github.com/containerd/nerdctl/blob/v1.7.4/docs/faq.md#does-nerdctl-have-an-equivalent-of-sudo-usermod--ag-docker-user-
sudo chmod +s /usr/local/bin/nerdctl
sudo buildkitd &
# containerd-rootless-setuptool.sh install
# containerd-rootless-setuptool.sh install-buildkit
# sudo chmod +s /usr/local/bin/nerdctl
# sudo buildkitd &
containerd-rootless-setuptool.sh install
containerd-rootless-setuptool.sh install-buildkit
- name: Run nerdctl
if: matrix.container_engine == 'nerdctl'
Expand Down

0 comments on commit b02ac21

Please sign in to comment.