Portainer Install Docker
Contents
What is Portainer?
Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments.
How to install?
Assuming you already have docker installed. If not follow this tutorial according to Os to install docker and than run the below command on the terminal.
|
|
For Docker compose:
Create docker-compose.yaml with below code assuming you have already installed docker and docker-compose.
|
|
Loging to Webui:
http://localhost:9000
Create a new user and password.
Congratulation!
You have successfully installed portainer. Now you can manager all your containers from the GUI easily.