diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-10-10 09:24:17 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2018-10-12 09:34:23 -0700 |
commit | 40cb7568017a36b411801608a32cdd8502287924 (patch) | |
tree | 1f5bbccd42e843d223eaa5cfa08133253d5d1673 /docs | |
parent | b0b6dc40bd916698f87bc68f7b4b603582e93ef2 (diff) | |
download | podman-40cb7568017a36b411801608a32cdd8502287924.tar.gz podman-40cb7568017a36b411801608a32cdd8502287924.tar.bz2 podman-40cb7568017a36b411801608a32cdd8502287924.zip |
Add support for pod commands
* Add support for pod -- create, inspect, kill, pause, ps, rm,
restart, start, stop, top, unpause
* Update pylintrc to better reflect pep8 code standards
* Fix various pylint reported errors
* Refactor code that determines screen width to no longer
require initializing curses. Improved start up time and
pushing data blob down ssh tunnel.
* Correct pod-create man page, cgroupparent not boolean
* Abort integration tests if podman service fails to start
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-pod-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pod-create.1.md b/docs/podman-pod-create.1.md index 2d1c7fdb3..673ad9a8c 100644 --- a/docs/podman-pod-create.1.md +++ b/docs/podman-pod-create.1.md @@ -15,7 +15,7 @@ containers added to it. The pod id is printed to STDOUT. You can then use ## OPTIONS -**--cgroup-parent**=*true*|*false* +**--cgroup-parent**="" Path to cgroups under which the cgroup for the pod will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist. |