Making Docker management easy https://github.com/portainer/portainer
Go to file
Luke Murphy af8075056a
continuous-integration/drone/push Build is passing Details
Install via requirements.txt
2020-05-01 17:25:11 +02:00
.drone.yml Graduate new portainer config to new style 2020-04-30 20:59:50 +02:00
.envrc.sample Add envrc sample 2020-04-26 00:00:37 +02:00
LICENSE Init portainer repository 2020-04-25 23:59:52 +02:00
README.md Install via requirements.txt 2020-05-01 17:25:11 +02:00
docker-compose.override.yml Graduate new portainer config to new style 2020-04-30 20:59:50 +02:00
docker-compose.production.yml Fix placement indent and add update_config 2020-04-30 21:04:55 +02:00
docker-compose.yml Graduate new portainer config to new style 2020-04-30 20:59:50 +02:00
requirements.txt Install via requirements.txt 2020-05-01 17:25:11 +02:00

README.md

portainer

Build Status

https://portainer.readthedocs.io

https://portainer.swarm.autonomic.zone

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/portainer && cd portainer
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ docker-compose up

Head to the Portainer dashboard:

http://localhost:9000

You'll have some options to choose for setup. Try the following.

  1. Set any admin username/password you like
  2. Choose "Local: Manage the local Docker environment" and click "Connect"

You can now manage your local docker installation.

Production

  1. Our drone.autonomic.zone configuration automatically deploys.
  2. For a manual deploy guide, see this documentation.