docker rmi imagesID
docker ps -a | grep “Exited” | awk ‘{print $1 }’|xargs docker stop
docker ps -a | grep “Exited” | awk ‘{print $1 }’|xargs docker rm
docker images|grep none|awk ‘{print $3 }’|xargs docker rmi
Portainer CE面板漢化 支持最新版本,2022.7.28更新
DockerHub:https://hub.docker.com/r/6053537/portainer-ce
源碼更新:https://github.com/eysp/portainer-ce
Portainer EE企業(yè)版面板漢化 支持最新版本(測(cè)試版)
源碼更新:https://github.com/yspcn/portainer-ee
arm一鍵安裝portainer中文版
docker run -d --restart=always --name=“portainer” -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data 6053537/portainer-ce:linux-arm64文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-514580.html
X86一鍵安裝portainer中文版
docker run -d --restart=always --name=“portainer” -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data 6053537/portainer-ce文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-514580.html
到了這里,關(guān)于docker中文管理神器Portainer一鍵安裝的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!