Files
podman/cmd/podman
Qi Wang 1da897d505 fix system df crashes on unnamed images
if the image is unnamed, pass an nil slice to the parse repotags function instead of getting the image name by index.

after this patch, unnamed images will be shown as <none>

```
Images space usage:

REPOSITORY                    TAG      IMAGE ID       CREATED        SIZE     SHARED SIZE   UNIQUE SIZE   CONTAINERS
docker.io/library/ubuntu      bionic   3556258649b2   11 days ago    66.6MB   0B            66.6MB        0
<none>                        <none>   dd8a8db2c79b   11 days ago    986MB    66.6MB        919MB         0

```

Signed-off-by: Qi Wang <qiwan@redhat.com>
2019-08-04 10:00:29 -04:00
..
2019-07-21 14:22:39 -05:00
2019-07-23 15:11:42 -04:00
2019-07-22 15:57:23 -04:00
2019-07-18 10:32:25 +02: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-23 13:29:33 -04:00
2019-08-01 20:09:44 +02:00
2019-07-22 15:57:23 -04:00
2019-07-21 14:22:39 -05:00
2019-07-22 15:44:04 -05:00
2019-07-24 11:41:48 -04:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-29 14:47:21 +02: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-07-21 14:22:39 -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-21 14:22:39 -05:00
2019-07-21 14:22:39 -05: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-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