Browse code

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

Signed-off-by: David Cramer <davcrame@cisco.com>

David Cramer authored on 2015/07/28 09:12:04
Showing 1 changed files
... ...
@@ -60,18 +60,18 @@ refer to the Docker installation documentation for your operating system.
60 60
 Only the operator (the person executing `docker run`) can set the
61 61
 following options.
62 62
 
63
- - [Detached vs Foreground](#detached-vs-foreground)
63
+ - [Detached vs foreground](#detached-vs-foreground)
64 64
      - [Detached (-d)](#detached-d)
65 65
      - [Foreground](#foreground)
66
- - [Container Identification](#container-identification)
66
+ - [Container identification](#container-identification)
67 67
      - [Name (--name)](#name-name)
68
-     - [PID Equivalent](#pid-equivalent)
69
- - [IPC Settings (--ipc)](#ipc-settings-ipc)
70
- - [Network Settings](#network-settings)
71
- - [Restart Policies (--restart)](#restart-policies-restart)
72
- - [Clean Up (--rm)](#clean-up-rm)
73
- - [Runtime Constraints on CPU and Memory](#runtime-constraints-on-cpu-and-memory)
74
- - [Runtime Privilege, Linux Capabilities, and LXC Configuration](#runtime-privilege-linux-capabilities-and-lxc-configuration)
68
+     - [PID equivalent](#pid-equivalent)
69
+ - [IPC settings (--ipc)](#ipc-settings-ipc)
70
+ - [Network settings](#network-settings)
71
+ - [Restart policies (--restart)](#restart-policies-restart)
72
+ - [Clean up (--rm)](#clean-up-rm)
73
+ - [Runtime constraints on resources](#runtime-constraints-on-resources)
74
+ - [Runtime privilege, Linux capabilities, and LXC configuration](#runtime-privilege-linux-capabilities-and-lxc-configuration)
75 75
 
76 76
 ## Detached vs foreground
77 77