fix some broken contents links

Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>

fix-contents-links

Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>
(cherry picked from commit bac792c163)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Qinglan Peng 2016-12-11 16:13:13 +08:00 committed by Sebastiaan van Stijn
parent b37fda12fb
commit 10b636ce03

View file

@ -55,15 +55,15 @@ Only the operator (the person executing `docker run`) can set the
following options.
- [Detached vs foreground](run.md#detached-vs-foreground)
- [Detached (-d)](run.md#detached-d)
- [Detached (-d)](run.md#detached--d)
- [Foreground](run.md#foreground)
- [Container identification](run.md#container-identification)
- [Name (--name)](run.md#name-name)
- [Name (--name)](run.md#name---name)
- [PID equivalent](run.md#pid-equivalent)
- [IPC settings (--ipc)](run.md#ipc-settings-ipc)
- [IPC settings (--ipc)](run.md#ipc-settings---ipc)
- [Network settings](run.md#network-settings)
- [Restart policies (--restart)](run.md#restart-policies-restart)
- [Clean up (--rm)](run.md#clean-up-rm)
- [Restart policies (--restart)](run.md#restart-policies---restart)
- [Clean up (--rm)](run.md#clean-up---rm)
- [Runtime constraints on resources](run.md#runtime-constraints-on-resources)
- [Runtime privilege and Linux capabilities](run.md#runtime-privilege-and-linux-capabilities)