portainer/README.md

831 B

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 -U pip setuptools docker-compose
$ docker-compose up

Portainer dashboard

http://localhost:9000

Production

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