Files
podman/cmd/podman
Daniel J Walsh 8e1ef558eb Add --force to podman umount to force the unmounting of the rootfs
podman umount will currently only unmount file system if not other
process is using it, otherwise the umount decrements the container
storage to indicate that the caller is no longer using the mount
point, once the count gets to 0, the file system is actually unmounted.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1184
Approved by: TomSweeneyRedHat
2018-08-01 17:53:30 +00:00
..
2018-06-05 19:31:13 +00:00
2018-06-29 15:25:21 +00:00
2018-04-26 19:14:44 +00:00
2018-04-26 19:14:44 +00:00
2018-06-12 00:47:56 +00:00
2018-04-26 19:14:44 +00:00
2018-04-26 19:14:44 +00:00
2018-07-24 16:12:31 -04:00
2018-05-21 19:26:56 +00:00
2018-04-26 19:14:44 +00:00
2018-07-27 12:39:12 +00:00
2018-07-27 14:20:08 +00:00
2018-07-20 11:38:54 -04:00
2018-07-27 12:39:12 +00:00
2018-07-27 12:39:12 +00:00
2018-07-27 12:39:12 +00:00
2018-07-27 14:20:08 +00:00
2018-07-27 14:20:08 +00:00
2018-05-10 08:53:28 +00:00
2018-07-16 18:27:02 +00:00
2018-05-11 15:32:27 +00:00
2018-06-22 19:26:46 +00:00
2018-05-03 17:31:33 +00:00
2018-04-26 19:14:44 +00:00
2018-04-26 19:14:44 +00:00
2018-04-26 19:14:44 +00:00
2018-07-27 12:39:12 +00:00
2018-06-24 10:54:40 +00:00
2018-04-23 14:29:45 +00:00
2018-04-26 19:14:44 +00: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