From 85de2856048f8dc6553a0ee354af50ccf286182c Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Fri, 20 Feb 2015 11:51:42 -0500 Subject: [PATCH] Remove CLI doc entry related to API-only function Closes #10278 Signed-off-by: Brian Goff Upstream-commit: 4f0429621c7e6ccaac8bc9a62a703bf68f2d4cd4 Component: engine --- components/engine/docs/sources/reference/commandline/cli.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/engine/docs/sources/reference/commandline/cli.md b/components/engine/docs/sources/reference/commandline/cli.md index 87acc6cfb8..e865b635db 100644 --- a/components/engine/docs/sources/reference/commandline/cli.md +++ b/components/engine/docs/sources/reference/commandline/cli.md @@ -782,9 +782,6 @@ container at any point. This is useful when you want to set up a container configuration ahead of time so that it is ready to start when you need it. -Note that volumes set by `create` may be over-ridden by options set with -`start`. - Please see the [run command](#run) section for more details. #### Examples