From 94a810751539afeb1590ccc1a9745f1d5767fda2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 19 Dec 2017 09:07:49 -0500 Subject: Add support for adding devices to container Also add --quiet option to kpod create/run since this will help with writing tests. Signed-off-by: Daniel J Walsh Closes: #140 Approved by: TomSweeneyRedHat --- docs/podman-create.1.md | 4 ++++ docs/podman-run.1.md | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 9deeb8149..117a076a6 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -373,6 +373,10 @@ port to a random port on the host within an *ephemeral port range* defined by `/proc/sys/net/ipv4/ip_local_port_range`. To find the mapping between the host ports and the exposed ports, use `podman port`. +**--quiet, -q** + +Suppress output information when pulling images + **--read-only**=*true*|*false* Mount the container's root filesystem as read only. diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 36efc2a2e..19e73aea2 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -379,6 +379,10 @@ port to a random port on the host within an *ephemeral port range* defined by `/proc/sys/net/ipv4/ip_local_port_range`. To find the mapping between the host ports and the exposed ports, use `podman port`. +**--quiet, -q** + +Suppress output information when pulling images + **--read-only**=*true*|*false* Mount the container's root filesystem as read only. -- cgit v1.2.3-54-g00ecf