[#15027] Fix broken link and edit link text to match section heads

Signed-off-by: David Cramer <davcrame@cisco.com>
This commit is contained in:
David Cramer 2015-07-27 19:12:04 -05:00 committed by Tibor Vass
parent 67f43a0a8b
commit 4999a7b62c
1 changed files with 9 additions and 9 deletions

View File

@ -60,18 +60,18 @@ refer to the Docker installation documentation for your operating system.
Only the operator (the person executing `docker run`) can set the Only the operator (the person executing `docker run`) can set the
following options. following options.
- [Detached vs Foreground](#detached-vs-foreground) - [Detached vs foreground](#detached-vs-foreground)
- [Detached (-d)](#detached-d) - [Detached (-d)](#detached-d)
- [Foreground](#foreground) - [Foreground](#foreground)
- [Container Identification](#container-identification) - [Container identification](#container-identification)
- [Name (--name)](#name-name) - [Name (--name)](#name-name)
- [PID Equivalent](#pid-equivalent) - [PID equivalent](#pid-equivalent)
- [IPC Settings (--ipc)](#ipc-settings-ipc) - [IPC settings (--ipc)](#ipc-settings-ipc)
- [Network Settings](#network-settings) - [Network settings](#network-settings)
- [Restart Policies (--restart)](#restart-policies-restart) - [Restart policies (--restart)](#restart-policies-restart)
- [Clean Up (--rm)](#clean-up-rm) - [Clean up (--rm)](#clean-up-rm)
- [Runtime Constraints on CPU and Memory](#runtime-constraints-on-cpu-and-memory) - [Runtime constraints on resources](#runtime-constraints-on-resources)
- [Runtime Privilege, Linux Capabilities, and LXC Configuration](#runtime-privilege-linux-capabilities-and-lxc-configuration) - [Runtime privilege, Linux capabilities, and LXC configuration](#runtime-privilege-linux-capabilities-and-lxc-configuration)
## Detached vs foreground ## Detached vs foreground