Skip to content

Commit

Permalink
modify readme to remove url ref in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Mar 2, 2017
1 parent a90ff86 commit 1aace28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more information about the variables many can be found https://docs.docker.c
| `docker_bridge` | No | `Undefined` | Attach containers to a network bridge |
| `docker_cgroup_parent` | No | `Undefined` | Set parent cgroup for all containers |
| `docker_cluster_store` | No | `Undefined` | Set cluster store options |
| `docker_cluster_store_opts` | No | `Undefined` | Please see https://docs.docker.com/engine/reference/commandline/dockerd/ for info |
| `docker_cluster_store_opts` | No | `Undefined` | Please see dockerd manual for info |
| `docker_cluster_advertise` | No | `Undefined` | Address or interface name to advertise |
| `docker_debug` | No | `Undefined` | Enable debug mode |
| `docker_default_gateway` | No | `Undefined` | Container default gateway IPv4 address |
Expand Down Expand Up @@ -94,6 +94,14 @@ For more information about the variables many can be found https://docs.docker.c

Install docker to your machine.

```
- hosts: servers
roles:
- role: avinetworks.docker
```

Install docker with devicemapper.

```
- hosts: servers
roles:
Expand Down

0 comments on commit 1aace28

Please sign in to comment.