From 10b636ce0365c43b01944759660f275b0198536c Mon Sep 17 00:00:00 2001 From: Qinglan Peng Date: Sun, 11 Dec 2016 16:13:13 +0800 Subject: [PATCH] fix some broken contents links Signed-off-by: Qinglan Peng fix-contents-links Signed-off-by: Qinglan Peng (cherry picked from commit bac792c1634724def05c5ebc93891ecd5b353a53) Signed-off-by: Sebastiaan van Stijn --- docs/reference/run.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 53183a92b5..41b8c6e742 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -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)