Files
Giuseppe Scrivano 0b57e77d7c libpod: support for cgroup namespace
allow a container to run in a new cgroup namespace.

When running in a new cgroup namespace, the current cgroup appears to
be the root, so that there is no way for the container to access
cgroups outside of its own subtree.

By default it uses --cgroup=host to keep the previous behavior.

To create a new namespace, --cgroup=private must be provided.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-07-18 10:32:25 +02:00
..
2019-06-15 23:07:46 +02:00
2019-07-18 10:32:25 +02:00
2019-05-30 10:14:23 -05:00
2019-07-11 09:13:06 -05:00
2019-04-16 11:23:18 -04:00
2019-07-11 09:13:06 -05:00
2018-05-11 15:32:27 +00:00
2019-07-11 09:13:06 -05:00
2019-04-26 10:15:09 -05:00
2019-07-11 09:13:06 -05:00
2019-06-27 07:56:24 -05:00

podman - Simple debugging tool for pods and images

podman is a daemonless container runtime for managing containers, pods, and container images. It is intended as a counterpart to CRI-O, to provide low-level debugging not available through the CRI interface used by Kubernetes. It can also act as a container runtime independent of CRI-O, creating and managing its own set of containers.

Use cases

  1. Create containers
  2. Start, stop, signal, attach to, and inspect existing containers
  3. Run new commands in existing containers
  4. Push and pull images
  5. List and inspect existing images
  6. Create new images by committing changes within a container
  7. Create pods
  8. Start, stop, signal, and inspect existing pods
  9. Populate pods with containers