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

Detailed explanation of the steps of building a visual interface for Portainer by Docker

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

In order to solve the problem mentioned last time, I found a very good visual interface management tool on the Internet.

What is Portainer (open source lightweight)

Portainer is a graphical management tool of Docker, which provides status display panel, rapid deployment of application templates, basic operations of container mirroring network data volumes (including uploading / downloading images, creating containers, etc.), event log display, container console operations, centralized management and operations such as Swarm clusters and services, login user management and control, etc. The function is very comprehensive, which can basically meet all the needs of small and medium-sized units for container management.

I use graphical management, rapid application deployment, time log display, container console operation (because what I use is relatively simple and does not have much in-depth understanding)

Docker and window download image

Search docker search portainer to pull docker pull portainer/portainer to start docker run-d-p 9000 restart=always-v / var/run/docker.sock:/var/run/docker.sock-- name prtainer-test portainer/portainer

Ps: docker run command explanation

You can visit the page by visiting the browser (127.0.0.1na9000).

-d: running in the background

-p: the front is the external access port; the rear is the internal access port

-- restart=always: when docker is restarted, the container starts automatically.

-v: disk directory mapping

-- name: specify a name for the container

Take a look at the browser access (127.0.0.1) to access the page.

Create a new utility model

I chose this machine, and there are many modes. Welcome to further study.

Bang

Some basic functions

The above is all the relevant knowledge points about Docker building Portainer in this introduction. Thank you for your study and support.

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

Servers

Wechat

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

12
Report