mirror of https://github.com/portainer/portainer
Updated Deployment (markdown)
parent
6794477a12
commit
c369267f46
|
@ -60,4 +60,18 @@ $ docker run -d -p 9000:9000 portainer/portainer -v /path/to/certs:/certs -H tcp
|
||||||
|
|
||||||
## Without Docker
|
## 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue