Browse code

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 bac792c1634724def05c5ebc93891ecd5b353a53)
Signed-off-by: Victor Vieux <vieux@docker.com>

Qinglan Peng authored on 2016/12/11 17:13:13
Showing 1 changed files
... ...
@@ -63,15 +63,15 @@ Only the operator (the person executing `docker run`) can set the
63 63
 following options.
64 64
 
65 65
  - [Detached vs foreground](#detached-vs-foreground)
66
-     - [Detached (-d)](#detached-d)
66
+     - [Detached (-d)](#detached--d)
67 67
      - [Foreground](#foreground)
68 68
  - [Container identification](#container-identification)
69
-     - [Name (--name)](#name-name)
69
+     - [Name (--name)](#name---name)
70 70
      - [PID equivalent](#pid-equivalent)
71
- - [IPC settings (--ipc)](#ipc-settings-ipc)
71
+ - [IPC settings (--ipc)](#ipc-settings---ipc)
72 72
  - [Network settings](#network-settings)
73
- - [Restart policies (--restart)](#restart-policies-restart)
74
- - [Clean up (--rm)](#clean-up-rm)
73
+ - [Restart policies (--restart)](#restart-policies---restart)
74
+ - [Clean up (--rm)](#clean-up---rm)
75 75
  - [Runtime constraints on resources](#runtime-constraints-on-resources)
76 76
  - [Runtime privilege and Linux capabilities](#runtime-privilege-and-linux-capabilities)
77 77