Files
Brent Baude 9ca4b6c6f5 add os|arch attributes when building
when building images, we can now add the os and arch of the image using overrides from the commandline.  the commandline options set sane defaults so we use those as well.

Fixes: #5503

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-03-15 12:49:42 -05:00
..
2020-02-17 11:12:35 +01:00
2020-03-15 12:49:42 -05:00
2019-11-18 14:44:08 +01:00
2020-01-13 14:27:02 +01:00
2019-08-21 14:53:23 -05:00
2020-01-13 14:27:02 +01:00
2020-03-05 20:03:44 +01:00
2019-07-22 15:57:23 -04:00
2020-01-13 14:27:02 +01:00
2020-01-08 10:06:10 +01:00
2019-10-29 12:18:50 -05:00
2019-11-18 14:44:08 +01:00
2020-03-06 10:21:37 -05:00
2020-03-10 08:33:39 +01:00
2020-03-06 14:31:45 -06:00
2019-11-18 14:44:08 +01:00
2019-12-09 08:40:40 -06:00
2019-08-15 12:49:12 -05:00
2020-03-05 20:03:44 +01: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
2020-03-05 20:03:44 +01:00
2020-01-13 14:27:02 +01:00
2019-11-18 14:44:08 +01:00
2019-11-18 14:44:08 +01:00
2020-01-13 14:27:02 +01:00
2020-03-10 15:03:59 -06:00
2019-11-18 14:44:08 +01:00
2019-04-16 11:23:18 -04:00
2020-02-12 15:11:17 +01:00
2020-01-26 14:53:22 -06:00
2019-09-07 20:16:42 +08:00
2019-11-18 14:44:08 +01:00
2019-11-18 14:44:08 +01:00
2020-01-13 14:27:02 +01:00
2019-11-05 21:32:18 -05:00
2020-01-21 16:35:45 -06:00
2020-02-25 11:04:20 -07:00
2020-03-04 09:22:53 +01:00
2020-01-13 14:27:02 +01:00
2019-11-29 05:34:52 -05:00
2020-02-17 11:12:35 +01:00
2019-07-21 14:22:39 -05:00
2019-09-11 16:03:45 -04:00
2019-11-18 14:44:08 +01:00
2019-09-12 16:20:01 -04:00
2019-06-27 07:56:24 -05:00
2020-01-08 10:06:10 +01:00
2020-01-16 09:23:32 -05:00
2020-01-21 16:35:45 -06:00
2020-02-14 16:06:20 -05:00
2020-01-13 14:27:02 +01: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