Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 920 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 920 Bytes

Portainer Documentation

Overview

Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts). For more detail, please refer to Portainer.

Implementation

  1. Run the docker commands to setup the Portainer.
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9400:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
  1. Access in browser: http://<host ip>:9400, login with user admin and create an initial password.

  2. Choose Local Manage the local Docker environment, and click Connect button, and then it will show the dashboard.

dashboard