From 2b5e6eea3695747780434c5d47750fc27a7685c1 Mon Sep 17 00:00:00 2001 From: ddl-retornam <56278673+ddl-retornam@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:47:03 -0700 Subject: [PATCH] Install nerdctl (#1321) --- scripts/install-worker.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install-worker.sh b/scripts/install-worker.sh index 5ee1fae5f..92f8c2ef5 100644 --- a/scripts/install-worker.sh +++ b/scripts/install-worker.sh @@ -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 ##################################################################### ################################################################################