拉取镜像
[root@localhost ~]# docker pull portainer/portainerUsing default tag: latestlatest: Pulling from portainer/portainer94cfa856b2b1: Pull complete 49d59ee0881a: Pull complete a2300fd28637: Pull complete Digest: sha256:fb45b43738646048a0a0cc74fcee2865b69efde857e710126084ee5de9be0f3fStatus: Downloaded newer image for portainer/portainer:latestdocker.io/portainer/portainer:latest
创建 portainer 工作目录
mkdir -p /data/portainer/data /data/portainer/public
进入Portainer文件夹
cd /data/portainer/public
下载汉化文件
wget http://soft.zhujitips.com/n1/7.docker/Portainer-CN.zip
解压汉化文件
unzip -o Portainer-CN.ziprm -rf Portainer-CN.zipchmod -R 777 /data/portainer/public
启动镜像
docker run -d --name portainer -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /data/portainer/data:/data -v /data/portainer/public:/public portainer/portainer
本文转载自: https://blog.csdn.net/weixin_45226411/article/details/132300370
版权归原作者 风流倜傥大灯神 所有, 如有侵权,请联系我们删除。
版权归原作者 风流倜傥大灯神 所有, 如有侵权,请联系我们删除。