Fixing issues in command ordering. Adding index.md
Adjust bullets Entering Seb's comments Signed-off-by: Mary Anthony <mary@docker.com> Upstream-commit: b44ef2b306c56dad16500c3738b0f29ec0f34635 Component: engine
This commit is contained in:
@ -5,7 +5,6 @@ description = "The create command description and usage"
|
||||
keywords = ["docker, create, container"]
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
weight=1
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
@ -77,7 +76,7 @@ Creates a new container.
|
||||
The `docker create` command creates a writeable container layer over the
|
||||
specified image and prepares it for running the specified command. The
|
||||
container ID is then printed to `STDOUT`. This is similar to `docker run -d`
|
||||
except the container is never started. You can then use the
|
||||
except the container is never started. You can then use the
|
||||
`docker start <container_id>` command to start the container at any point.
|
||||
|
||||
This is useful when you want to set up a container configuration ahead of time
|
||||
@ -121,5 +120,3 @@ then be used from the subsequent container:
|
||||
-rw-r--r-- 1 1000 staff 920 Nov 28 11:51 .profile
|
||||
drwx--S--- 2 1000 staff 460 Dec 5 00:51 .ssh
|
||||
drwxr-xr-x 32 1000 staff 1140 Dec 5 04:01 docker
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user