From 28d1d6f4938921771ada96c67be2b036059a5013 Mon Sep 17 00:00:00 2001 From: donny Date: Wed, 2 Mar 2022 13:52:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'centos7-system-install.sh?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- centos7-system-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos7-system-install.sh b/centos7-system-install.sh index ca5c4c3..b630c72 100644 --- a/centos7-system-install.sh +++ b/centos7-system-install.sh @@ -55,4 +55,4 @@ chmod +x /usr/local/bin/docker-compose docker-compose -v echo "5. 安装Docker软件..." echo "5.1 portainer..." -docker run -d -p 8888:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /data/portainer/data:/data portainer/portainer \ No newline at end of file +docker run -d -p 8888:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /data/portainer/data:/data portainer/portainer-ce:2.11.1-alpine \ No newline at end of file