Files
podman/cmd/podman
Matthew Heon 562fa57dc9 Move rootless storage config into libpod
Previous commits ensured that we would use database-configured
paths if not explicitly overridden.

However, our runtime generation did unconditionally override
storage config, which made this useless.

Move rootless storage configuration setup to libpod, and change
storage setup so we only override if a setting is explicitly
set, so we can still override what we want.

Signed-off-by: Matthew Heon <mheon@redhat.com>
2018-12-02 15:21:35 -05:00
..
2018-10-01 07:24:50 -07:00
2018-10-11 13:17:14 -04:00
2018-11-28 09:26:24 -06:00
2018-11-26 09:19:39 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-11-26 09:19:39 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-11-26 09:19:39 -06:00
2018-11-28 09:26:24 -06:00
2018-11-28 09:26:24 -06:00
2018-10-31 00:27:08 +01:00
2018-11-28 09:26:24 -06:00
2018-11-08 15:18:11 -06:00
2018-11-28 12:30:53 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-23 12:57:14 +02:00
2018-11-08 15:18:11 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-19 08:47:52 +02:00
2018-11-30 09:15:11 -06:00
2018-05-11 15:32:27 +00:00
2018-10-11 13:17:14 -04:00
2018-11-28 08:00:38 +01:00
2018-11-08 15:18:11 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-24 14:02:43 +02:00
2018-10-11 13:17:14 -04:00
2018-08-16 17:12:36 +00:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04:00
2018-11-08 15:18:11 -06:00
2018-10-11 13:17:14 -04:00
2018-10-11 13:17:14 -04: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