- These tools are made for Linux and will most likely not work on other operating systems.
Run a program in a container without having to build a specific image for it, without using a daemon.
Requires Podman to be installed and setup for rootless and daemonless operation,
and the podman command to be in PATH.
Build an empty image with:
buildah build -t empty .Convenience tools to run a Podman/Docker/OCI image with Podman without using a daemon,
alternative to podman run.
Requires Podman to be installed and setup for rootless and daemonless operation,
and the podman command to be in PATH.
Run a program in a container without having to build a specific image for it, via Docker daemon.
Requires Docker daemon, or a compatible daemon (e.g. Podman API service), set DOCKER_HOST environment variable
unless using standard Docker daemon.
Build an empty image with:
docker build -t empty .Convenience tools to run a Podman/Docker/OCI image with Podman, via Docker daemon,
alternative to docker run.
Requires Docker daemon, or a compatible daemon (e.g. Podman API service), set DOCKER_HOST environment variable
unless using standard Docker daemon.