From e7f51b183f3004e6be6964e5da758411a3957953 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Oct 2017 12:17:40 +0200 Subject: [PATCH] Fix markdown link in service-create reference docs Markdown nested in a HTML table doesn't work, so changing the link to a plain HTML link. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 6b6511f1914199d868e5a7c1591b14a52ba4842a) Signed-off-by: Andrew Hsu --- components/cli/docs/reference/commandline/service_create.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/cli/docs/reference/commandline/service_create.md b/components/cli/docs/reference/commandline/service_create.md index 7171405fc7..649f963f0b 100644 --- a/components/cli/docs/reference/commandline/service_create.md +++ b/components/cli/docs/reference/commandline/service_create.md @@ -294,8 +294,9 @@ volumes in a service:

The type of mount, can be either volume, bind, or tmpfs. Defaults to volume if no type is specified.

    -
  • volume: mounts a [managed volume](volume_create.md) into the container.
  • -
  • bind: bind-mounts a directory or file from the host into the container.
  • +
  • volume: mounts a managed volume + into the container.
  • bind: + bind-mounts a directory or file from the host into the container.
  • tmpfs: mount a tmpfs in the container