安装汉化版

命令: docker search portainer

  1. [root@zjj101 /]# docker search portainer
  2. NAME DESCRIPTION STARS OFFICIAL AUTOMATED
  3. portainer/portainer This Repo is now deprecated, use portainer/p 2114
  4. portainer/portainer-ce Portainer CE - Making Docker and Kubernetes 670
  5. portainer/agent An agent used to manage all the resources in 113
  6. portainer/templates App Templates for Portainer http://portainer… 23
  7. lihaixin/portainer docker ui 15 [OK]
  8. greenled/portainer-stack-utils Bash scripts to deploy/undeploy stacks in a 6 [OK]
  9. portainer/portainer-k8s-beta Portainer for Kubernetes BETA 5
  10. portainerci/portainer Portainer images automatically created via P 5
  11. portainer/golang-builder Utility to build Golang binaries. 4 [OK]
  12. hassioaddons/portainer 2
  13. portainer/base Multi-stage build image to create the Portai 2 [OK]
  14. portainer/portainer-ee Portainer EE - Making Docker and Kubernetes 2
  15. portainer/agent-k8s-beta Portainer for Kubernetes BETA (agent) 1
  16. thibaudlabat/portainer_32 Portainer built for 32bit Linux [ OUTDATED ]… 1
  17. softonic/portainer-endpoint Allows auto register all the swarm nodes in 1 [OK]
  18. hassioaddons/portainer-armv7 1
  19. hassioaddons/portainer-amd64 0
  20. portainerci/agent Portainer agent images automatically created 0
  21. xanderstrike/portainer-issue for illustrating a portainer issue 0
  22. helloysd/portainer 0
  23. nenadilic84/portainer 0
  24. antsoftxyz/portainer-api A portainer api wrapper which can help you C 0
  25. 11384eb/portainer 0
  26. portainerci/portainer-ee Portainer EE CI repository 0
  27. iconviet/portainer 0

拉取: docker pull portainer/portainer

  1. [root@zjj101 /]# docker pull portainer/portainer
  2. Using default tag: latest
  3. latest: Pulling from portainer/portainer
  4. 94cfa856b2b1: Pull complete
  5. 49d59ee0881a: Pull complete
  6. a2300fd28637: Pull complete
  7. Digest: sha256:fb45b43738646048a0a0cc74fcee2865b69efde857e710126084ee5de9be0f3f
  8. Status: Downloaded newer image for portainer/portainer:latest

下载汉化文件

链接: https://pan.baidu.com/s/1CJj5AYRW2fjhTojPh5WFgA 提取码: cdq6 复制这段内容后打开百度网盘手机 App,操作更方便哦,

解压到 / public 目录

  1. [root@zjj101 public]# pwd
  2. /public
  3. [root@zjj101 public]# ls
  4. css fonts ico images index.html js
  5. [root@zjj101 public]#

启动容器(如果已部署,需要将之前的容器删除)

  1. [root@zjj101 public]# docker run -d -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data -v /public:/public --name prtainer-test portainer/portainer
  2. 6a0f6d882f4fc110f3136a9c92d28e71de97f7d55ae6d23859fd0ca18af94b16
  3. [root@zjj101 public]# ls

Portainer 的 web 页面登录

在浏览器输入部署服务器的 IP:9000,回车,显示如下界面:

安装Docker可视化工具Portainer汉化版 - 图1
https://zjj1994.blog.csdn.net/article/details/119896113