Files
podman/cmd/podman
Giuseppe Scrivano ee11f3bce9 rootless: new function to join existing conmon processes
move the logic for joining existing namespaces down to the rootless
package.  In main_local we still retrieve the list of conmon pid files
and use it from the rootless package.

In addition, create a temporary user namespace for reading these
files, as the unprivileged user might not have enough privileges for
reading the conmon pid file, for example when running with a different
uidmap and root in the container is different than the rootless user.

Closes: https://github.com/containers/libpod/issues/3187

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-05-25 13:47:57 +02:00
..
2019-05-08 13:12:08 -05:00
2019-05-20 13:53:32 -04:00
2019-04-26 22:23:49 +02:00
2019-05-20 13:53:32 -04:00
2019-04-26 22:23:49 +02:00
2019-05-16 13:38:31 +05:30
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-05-13 10:48:20 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-05-20 23:11:48 +05:30
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-04-26 22:23:49 +02:00
2019-05-08 13:12:08 -05:00
2019-05-17 20:48:24 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-16 11:23:18 -04:00
2019-04-26 22:23:49 +02:00
2019-05-01 09:13:18 -05:00
2019-05-07 12:38:58 -05:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2018-05-11 15:32:27 +00:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-04-26 22:23:49 +02:00
2019-05-20 13:53:32 -04:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 10:15:09 -05:00
2019-04-26 22:23:49 +02:00
2019-05-03 11:20:16 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-05-16 13:38:31 +05:30
2019-04-15 13:00:54 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02:00
2019-04-26 22:23:49 +02: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