portainer/README.md

1.0 KiB

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.