Files
Giuseppe Scrivano 38a6a2000a systemd: accept also /sbin/init
it is a regression caused by
3ba3e1c7510d1780b6527a4aa52e40ac2c5b576a.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1761514

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-15 11:14:21 +02:00
..
2019-10-15 11:14:21 +02:00
2019-10-09 23:39:18 +02:00
2019-10-09 23:39:18 +02:00
2019-08-21 14:53:23 -05:00
2019-09-12 16:20:01 -04:00
2019-07-21 14:22:39 -05:00
2019-07-23 13:29:33 -04:00
2019-07-22 15:57:23 -04:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-08-15 12:49:12 -05:00
2019-08-15 12:49:12 -05:00
2019-09-12 14:03:52 -05:00
2019-09-09 09:32:43 -05:00
2019-09-12 16:20:01 -04:00
2019-08-18 03:48:40 +00:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-04-16 11:23:18 -04:00
2019-08-07 09:10:47 -05:00
2019-07-11 09:13:06 -05:00
2019-09-07 20:16:42 +08:00
2019-09-12 16:20:01 -04:00
2019-04-26 10:15:09 -05:00
2019-07-11 09:13:06 -05:00
2019-07-21 14:22:39 -05:00
2019-09-11 16:03:45 -04:00
2019-09-12 16:20:01 -04:00
2019-06-27 07:56:24 -05:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -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