Browse code

Merge pull request #29308 from pengqinglan/fix-contents-links

fix some broken contents links

Sebastiaan van Stijn authored on 2016/12/12 23:02:32
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