We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed99975 + a61a702 commit df92e26Copy full SHA for df92e26
README.md
@@ -43,7 +43,7 @@ This will create:
43
* `container_volumes` (default: _[]_) - List of `-v` arguments
44
* `container_host_network` (default: _false_) - Whether the host network should be used
45
* `container_ports` (default: _[]_) - List of `-p` arguments
46
-* `container_link` (default: _[]_) - List of `--link` arguments
+* `container_links` (default: _[]_) - List of `--link` arguments
47
* `container_labels` (default: _[]_) - List of `-l` arguments
48
* `container_docker_pull` (default: _yes_) - whether the docker image should be pulled
49
* `container_cap_add` (default _[]_) - List of capabilities to add
0 commit comments