Skip to content

Commit

Permalink
readme beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
atnartur committed Sep 12, 2016
1 parent 87a1fe6 commit 82a1e1f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
@@ -1,6 +1,11 @@
CONSUL:
docker run -d --name consul --net=app --restart always -p 8400:8400 -p 8500:8500 -p 53:53/udp -h node1 --net app consul -bootstrap -server -client 0.0.0.0 -ui-dir /ui
REGISTRATOR:
docker run -d --net host --name=registrator --restart always --volume=/var/run/docker.sock:/tmp/docker.sock gliderlabs/registrator:latest -internal consul://localhost:8500
NGINX-PROXY
docker run --restart always -p 80:80 -d --name nginx_proxy --net=app nginx_proxy
# CONSUL

`docker run -d --name consul --net=app --restart always -p 8400:8400 -p 8500:8500 -p 53:53/udp -h node1 --net app consul -bootstrap -server -client 0.0.0.0 -ui-dir /ui`

# REGISTRATOR

`docker run -d --net host --name=registrator --restart always --volume=/var/run/docker.sock:/tmp/docker.sock gliderlabs/registrator:latest -internal consul://localhost:8500`

# NGINX-PROXY

`docker run --restart always -p 80:80 -d --name nginx_proxy --net=app nginx_proxy`

0 comments on commit 82a1e1f

Please sign in to comment.