Podman: Difference between revisions
Jump to navigation
Jump to search
(Created page with ""Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System." (Cited from [https://podman.io/ Podman]) == List running...") |
(No difference)
|
Revision as of 14:49, 22 August 2022
"Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System." (Cited from Podman)
List running containers
Build an image from a Dockerfile
- docker build [OPTIONS] PATH | URL | - [3]
- podman build [options] [context] e.g. podman build -f ./Dockerfile [4]