diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-16 16:22:20 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-17 14:49:23 +0000 |
commit | d4e4878ec3e539e47da8c05227c8020d541a7df2 (patch) | |
tree | 7ad0a4afac3bacaef08eea169f1b3f2dab876397 /docs/podman-run.1.md | |
parent | f77bd95426694e1287cd6a73a11fb46b56e5a031 (diff) | |
download | podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.tar.gz podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.tar.bz2 podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.zip |
Remove --storage-opt from podman run/create
podman command has storage options as a global option,
these should be set there, rather then in the create and
run commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #234
Approved by: baude
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 416e83a97..8a36bf425 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -420,17 +420,6 @@ incompatible with any restart policy other than `none`. **--stop-timeout**=*10* Timeout (in seconds) to stop a container. Default is 10. -**--storage-opt**=[] - Storage driver options per container - - $ podman run -it --storage-opt size=120G fedora /bin/bash - - This (size) will allow to set the container rootfs size to 120G at creation time. - This option is only available for the `devicemapper`, `btrfs`, `overlay2` and `zfs` graph drivers. - For the `devicemapper`, `btrfs` and `zfs` storage drivers, user cannot pass a size less than the Default BaseFS Size. - For the `overlay2` storage driver, the size option is only available if the backing fs is `xfs` and mounted with the `pquota` mount option. - Under these conditions, user can pass any size less then the backing fs size. - **--sysctl**=SYSCTL Configure namespaced kernel parameters at runtime |