Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install portainer Management docker under linux

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "how to install portainer management docker under linux". In daily operation, I believe many people have doubts about how to install portainer management docker under linux. Xiaobian consulted all kinds of information and sorted out simple and easy to use operation methods. I hope to answer your doubts about "how to install portainer management docker under linux"! Next, please follow the small series to learn together!

Portainer official website

I. Use docker to install

#search for image docker search portainer/portainer#pull image docker pull portainer/portainer#run image docker run -d -p 9000:9000 -v /root/portainer:/data -v /var/run/docker.sock:/var/run/docker.sock --name dev-portainer/portainer

Here, you need to mount the/root/portainer directory and (/var/run/docker.sock:/var/run/docker.sock) to mount the Unix domain socket that the Docker daemon of the host listens on by default into the container.

You must mount the local/var/run/docker.socker connection to the container's/var/run/docker.socker

Note here that port 9000 of Alibaba Cloud Security Group needs to be developed.

Second, the use of portainer

Visit link http://47.111.244.213:9000/#/containers

2.1 create user

2.2 choose variant

Here we can select the local standalone version, click connect

2.3 You can view container health

At this point, the study of "how to install portainer management docker under linux" is over, hoping to solve everyone's doubts. Theory and practice can better match to help everyone learn, go and try it! If you want to continue learning more relevant knowledge, please continue to pay attention to the website, Xiaobian will continue to strive to bring more practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report