1
0
Fork 0

Update docs to reflect Provider wording

This commit is contained in:
Daniel Tomcej 2018-05-16 11:48:03 -06:00 committed by Traefiker Bot
parent a0872c9e31
commit 190ebbed27
25 changed files with 116 additions and 117 deletions

View file

@ -104,7 +104,7 @@ Let's explain this command:
| `--net=my-net` | run the container on the network my-net |
| `-v /var/lib/boot2docker/:/ssl` | mount the ssl keys generated by docker-machine |
| `-c /dev/null` | empty config file |
| `--docker` | enable docker backend |
| `--docker` | enable docker provider |
| `--docker.endpoint=tcp://172.18.0.1:2376` | connect to the swarm master using the docker_gwbridge network |
| `--docker.tls` | enable TLS using the docker-machine keys |
| `--api` | activate the webUI on port 8080 |