Skip to content

CodePacino/MicroserviceArchitecture

Repository files navigation

Portainer

=> Portainer is a Management UI that allows us to manage our Docker containers. The Portainer used to use docker with an interface. So, management is can be easily.


Portainer Documents


Deployment

  1. Open Windows PowerShell and enter codes :
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9000:9000 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:2.11.1

Note: Configure Port : 9000

Logging

localhost:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages