summaryrefslogtreecommitdiff
path: root/docs/podman-create.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-01-29 13:30:53 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-29 15:21:34 +0000
commit099b5fb6f6fb1397afc664820239a904585ddd04 (patch)
treeddc48f065990bcaf660e77124b4f3457be32eb85 /docs/podman-create.1.md
parentcc5a6a3cb1b6801a1dd81d983bd79d54df880b88 (diff)
downloadpodman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.gz
podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.bz2
podman-099b5fb6f6fb1397afc664820239a904585ddd04.zip
Ran spell checker through all man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #269 Approved by: TomSweeneyRedHat
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r--docs/podman-create.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 10a790f4a..f40b73317 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -9,7 +9,7 @@ podman create - Create a new container
## DESCRIPTION
-Creates a writeable container layer over the specified image and prepares it for
+Creates a writable 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 **podman run -d** except the container is never started. You can
then use the **podman start <container_id>** command to start the container at
@@ -253,7 +253,7 @@ millions of trillions.
**--link-local-ip**=[]
Add one or more link-local IPv4/IPv6 addresses to the container's interface
-**--log-driver**="*json-file*|*syslog*|*journald*|*gelf*|*fluentd*|*awslogs*|*splunk*|*etwlogs*|*gcplogs*|*none*"
+**--log-driver**="*json-file*"
Logging driver for the container. Default is defined by daemon `--log-driver` flag.
**Warning**: the `podman logs` command works only for the `json-file` and
`journald` logging drivers.
@@ -350,7 +350,7 @@ This is because by default a container is not allowed to access any devices.
A “privileged” container is given access to all devices.
When the operator executes **podman run --privileged**, podman enables access
-to all devices on the host as well as set turn off most of the security messurs
+to all devices on the host as well as set turn off most of the security measures
protecting the host from the container.
**-p**, **--publish**=[]