linux cpu占用率如何看
279
2022-10-18
安装Docker可视化工具Portainer原版英文版本
安装
搜索
[root@zjj101 /]# docker search portainerNAME DESCRIPTION STARS OFFICIAL AUTOMATEDportainer/portainer This Repo is now deprecated, use portainer/p… 2114portainer/portainer-ce Portainer CE - Making Docker and Kubernetes … 670portainer/agent An agent used to manage all the resources in… 113portainer/templates App Templates for Portainer 23lihaixin/portainer docker ui 15 [OK]greenled/portainer-stack-utils Bash scripts to deploy/undeploy stacks in a … 6 [OK]portainer/portainer-k8s-beta Portainer for Kubernetes BETA 5portainerci/portainer Portainer images automatically created via P… 5portainer/golang-builder Utility to build Golang binaries. 4 [OK]hassioaddons/portainer 2portainer/base Multi-stage build image to create the Portai… 2 [OK]portainer/portainer-ee Portainer EE - Making Docker and Kubernetes … 2portainer/agent-k8s-beta Portainer for Kubernetes BETA (agent) 1thibaudlabat/portainer_32 Portainer built for 32bit Linux [ OUTDATED ]… 1softonic/portainer-endpoint Allows auto register all the swarm nodes in … 1 [OK]hassioaddons/portainer-armv7 1hassioaddons/portainer-amd64 0portainerci/agent Portainer agent images automatically created… 0xanderstrike/portainer-issue for illustrating a portainer issue 0helloysd/portainer 0nenadilic84/portainer 0antsoftxyz/portainer-api A portainer api wrapper which can help you C… 011384eb/portainer 0portainerci/portainer-ee Portainer EE CI repository 0iconviet/portainer 0
拉取
[root@zjj101 /]# docker pull portainer/portainerUsing default tag: latestlatest: Pulling from portainer/portainer94cfa856b2b1: Pull complete49d59ee0881a: Pull completea2300fd28637: Pull completeDigest: sha256:fb45b43738646048a0a0cc74fcee2865b69efde857e710126084ee5de9be0f3fStatus: Downloaded newer image for portainer/portainer:latest
启动
[root@zjj101 /]# docker run -d -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data --name prtainer-test portainer/portainerc430455269fe8ae9e5c2f33ba3fc7c8083e7de79f0bb6b22374d2c924b9acf96[root@zjj101 /]#
Portainer的web页面登录
在浏览器输入部署服务器的IP:9000,回车,显示如下界面:
第一次需要创建一个用户
由于是本地docker,所有选择local
效果:
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~