fixed links to topics w/underscores (#3583)

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-06-12 19:35:08 -07:00 committed by GitHub
parent 209bfaf52d
commit aee7e98fcb
1 changed files with 8 additions and 8 deletions

View File

@ -415,19 +415,19 @@ To set labels on containers instead, use the `labels` key outside of `deploy`:
The following sub-options (supported for `docker compose up` and `docker compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key. The following sub-options (supported for `docker compose up` and `docker compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key.
- [build](#build) - [build](#build)
- [cgroup_parent](#cgroup-parent) - [cgroup_parent](#cgroup_parent)
- [container_name](#containername) - [container_name](#container_name)
- [devices](#devices) - [devices](#devices)
- [dns](#devices) - [dns](#devices)
- [dns_search](#dnssearch) - [dns_search](#dns_search)
- [tmpfs](#tmpfs) - [tmpfs](#tmpfs)
- [external_links](#externallinks) - [external_links](#external_links)
- [links](#links) - [links](#links)
- [network_mode](#networkmode) - [network_mode](#network_mode)
- [security_opt](#securityopt) - [security_opt](#security_opt)
- [stop_signal](#stopsignal) - [stop_signal](#stop_signal)
- [sysctls](#sysctls) - [sysctls](#sysctls)
- [userns_mode](#usernsmode) - [userns_mode](#userns_mode)
>**Tip:** See also, the section on [how to configure volumes >**Tip:** See also, the section on [how to configure volumes
for services, swarms, and docker-stack.yml for services, swarms, and docker-stack.yml