/portainer

Docker Compose for Portainer

OtherNOASSERTION

Portainer Docker Compose

Portainer is a useful graphical utility to visualize a Docker environment.

To download the Docker Compose file:

git clone https://github.com/ajoldham/portainer

Run with:

cd portainer
docker-compose up -d

this will download a pre-built image from Docker Hub and also start Portainer automatically when Docker is loaded.

Connect with:

http://127.0.0.1:9000


Update Portainer to the latest version any time with:

docker pull portainer/portainer