diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-12-20 05:35:51 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-20 18:40:38 +0000 |
commit | 6065f18da6fa847ee67ff1e86e0a04ccb90dc587 (patch) | |
tree | 6b04ac560f4cc89e62ed77b21dfc27ac18326a47 /docs/podman-create.1.md | |
parent | 1f49f555af0709ea7c12becdb750ba60a00eaf1d (diff) | |
download | podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.tar.gz podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.tar.bz2 podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.zip |
Cleanup Documentation and bash completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #159
Approved by: TomSweeneyRedHat
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 117a076a6..bf2f8b4c2 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -1,11 +1,13 @@ % podman(1) podman-create - Create a new container % Dan Walsh -podman-create - Create a new container -# SYNOPSIS +## NAME +podman create - Create a new container + +## SYNOPSIS **podman create** [*options* [...]] IMAGE [COMMAND] [ARG...] -# DESCRIPTION +## DESCRIPTION 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 @@ -15,7 +17,7 @@ any point. The initial status of the container created with **podman create** is 'created'. -# OPTIONS +## OPTIONS **--add-host**=[] Add a custom host-to-IP mapping (host:ip) @@ -561,9 +563,9 @@ the `nocopy` flag. The `nocopy` flag can be set on bind mounts and named volumes The image developer can set a different default with the WORKDIR instruction. The operator can override the working directory by using the **-w** option. -# EXAMPLES +## EXAMPLES -# HISTORY +## HISTORY August 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> September 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> November 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> |