From 099b5fb6f6fb1397afc664820239a904585ddd04 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 29 Jan 2018 13:30:53 +0100 Subject: Ran spell checker through all man pages Signed-off-by: Daniel J Walsh Closes: #269 Approved by: TomSweeneyRedHat --- docs/podman-create.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/podman-create.1.md') 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 ** 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**=[] -- cgit v1.2.3-54-g00ecf