Podman
Jump to navigation
Jump to search
"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]