From 6cb48646d9b0ab535a74c8e63d5d4b575b0b5995 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 Upstream-commit: bac792c1634724def05c5ebc93891ecd5b353a53 Component: engine --- components/engine/docs/reference/run.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/engine/docs/reference/run.md b/components/engine/docs/reference/run.md index 909e58e2f9..73769ed610 100644 --- a/components/engine/docs/reference/run.md +++ b/components/engine/docs/reference/run.md @@ -63,15 +63,15 @@ Only the operator (the person executing `docker run`) can set the following options. - [Detached vs foreground](#detached-vs-foreground) - - [Detached (-d)](#detached-d) + - [Detached (-d)](#detached--d) - [Foreground](#foreground) - [Container identification](#container-identification) - - [Name (--name)](#name-name) + - [Name (--name)](#name---name) - [PID equivalent](#pid-equivalent) - - [IPC settings (--ipc)](#ipc-settings-ipc) + - [IPC settings (--ipc)](#ipc-settings---ipc) - [Network settings](#network-settings) - - [Restart policies (--restart)](#restart-policies-restart) - - [Clean up (--rm)](#clean-up-rm) + - [Restart policies (--restart)](#restart-policies---restart) + - [Clean up (--rm)](#clean-up---rm) - [Runtime constraints on resources](#runtime-constraints-on-resources) - [Runtime privilege and Linux capabilities](#runtime-privilege-and-linux-capabilities)