May 2017
Intermediate to advanced
436 pages
9h 44m
English
We'll start by creating a network:
eval $(docker-machine env swarm-1)docker network create --driver overlay proxy
The proxy network will be dedicated to the proxy container and services that will be attached to it.
We'll use docker-compose-stack.yml (https://github.com/vfarcic/docker-flow-proxy/blob/master/docker-compose-stack.yml ...
Read now
Unlock full access