diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-07-03 18:18:02 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-07-08 19:22:54 +0200 |
commit | fb88074e68db25474290535e8a778e39434cc2a2 (patch) | |
tree | a2938cf4f442823ba25ddf6755eca68f75458761 /docs/podman-create.1.md | |
parent | 1055b22e9b900e5f4d41f39b506de4f2d1aa2f8e (diff) | |
download | podman-fb88074e68db25474290535e8a778e39434cc2a2.tar.gz podman-fb88074e68db25474290535e8a778e39434cc2a2.tar.bz2 podman-fb88074e68db25474290535e8a778e39434cc2a2.zip |
podman: add --ulimit host
add a simple way to copy ulimit values from the host.
if --ulimit host is used then the current ulimits in place are copied
to the container.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index e22666402..2425c817b 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -723,6 +723,8 @@ The following example maps uids 0-2000 in the container to the uids 30000-31999 Ulimit options +You can pass `host` to copy the current configuration from the host. + **--user**, **-u**=*user* Sets the username or UID used and optionally the groupname or GID for the specified command. |