A simple setup to deploy Portainer with custom templates.
- Install Docker.
- Install Docker-compose.
- Clone this repository
The default configuration will connect Portainer against the local Docker host.
Run it:
$ docker-compose up -d
And then access Portainer by hitting http://localhost:9000 with a web browser.