|
|
|
|
|
by natebc
488 days ago
|
|
1) Podman is available in default debian repos.
https://packages.debian.org/bookworm/podman 2) `podman run --entrypoint="" --rm -it debian:stable /bin/bash` in most instances you can just alias docker to podman and carry on. It uses OCI formatted images just like docker and uses the same registry infrastructure that docker uses. |
|