Updated Deployment (markdown)

master
Anthony Lapenna 2016-09-24 22:27:02 +12:00
parent 6794477a12
commit c369267f46
1 changed files with 15 additions and 1 deletions

@ -60,4 +60,18 @@ $ docker run -d -p 9000:9000 portainer/portainer -v /path/to/certs:/certs -H tcp
## Without Docker
TODO.
Portainer binaries are available on each release page: https://github.com/portainer/portainer/releases
Download and extract the binary to a location on disk:
```shell
$ cd /opt
$ wget https://github.com/portainer/portainer/archive/1.8.1.tar.gz
$ tar xvpfz 1.8.1.tar.gz -C portainer
```
Then just use the `portainer` binary as you would use CLI flags with Docker.
```shell
$ /opt/portainer/portainer -H tcp://DOCKER_HOST:DOCKER_PORT
```