Skip to content

Commit

Permalink
Install nerdctl (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-retornam authored Sep 21, 2023
1 parent d028dee commit 2b5e6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
EOF

###############################################################################
### Nerdctl setup #############################################################
###############################################################################

sudo yum install -y nerdctl

################################################################################
### Docker #####################################################################
################################################################################
Expand Down

0 comments on commit 2b5e6ee

Please sign in to comment.