1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Remove CLI doc entry related to API-only function

Closes #10278

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff
2015-02-20 11:51:42 -05:00
committed by Tibor Vass
parent d73a9d48f5
commit 209f3889e0

View File

@@ -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