diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-09-05 12:14:57 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-06 14:48:51 +0000 |
commit | 2e6243b18539175b5ff029a924c4d83834f83d2b (patch) | |
tree | a034560d697b1ce7e07497da96bce9886887d9bd /docs/podman-run.1.md | |
parent | 490cc82d0b48f118b32525b568b3ed5e1fc82973 (diff) | |
download | podman-2e6243b18539175b5ff029a924c4d83834f83d2b.tar.gz podman-2e6243b18539175b5ff029a924c4d83834f83d2b.tar.bz2 podman-2e6243b18539175b5ff029a924c4d83834f83d2b.zip |
Fix up libpod.conf man pages and referencese to it.
Remove podman --config option, since it does not do anything.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1410
Approved by: mheon
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 59b9d4b01..0960125a3 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -514,19 +514,20 @@ of the container is assumed to be managed externally. Security Options +- `apparmor=unconfined` : Turn off apparmor confinement for the container +- `apparmor=your-profile` : Set the apparmor confinement profile for the container + - `label=user:USER` : Set the label user for the container - `label=role:ROLE` : Set the label role for the container - `label=type:TYPE` : Set the label type for the container - `label=level:LEVEL` : Set the label level for the container - `label=disable` : Turn off label confinement for the container + - `no-new-privileges` : Disable container processes from gaining additional privileges - `seccomp=unconfined` : Turn off seccomp confinement for the container - `seccomp=profile.json` : White listed syscalls seccomp Json file to be used as a seccomp filter -- `apparmor=unconfined` : Turn off apparmor confinement for the container -- `apparmor=your-profile` : Set the apparmor confinement profile for the container - **--shm-size**="" Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater than `0`. @@ -1024,7 +1025,7 @@ $ podman run --uidmap 0:30000:7000 --gidmap 0:30000:7000 fedora echo hello **/etc/subgid** ## SEE ALSO -SUBGID(5), SUBUID(5), +subgid(5), subuid(5) ## HISTORY October 2017, converted from Docker documentation to podman by Dan Walsh for podman <dwalsh@redhat.com> |