DEV Community

Discussion on: A quick guide to podman and toolbox in Debian (and maybe Ubuntu)

Collapse
 
ebardie profile image
ebardie • Edited

Thanks for the article José. Some clarifications:

Build and install instructions are currently stuck in this pull-request. You'd like the consommé? Sure:

cd "${UNTARRED_TARBALL_DIR}"; mkdir build && cd build && meson -Dprofile_dir=/etc/profile.d .. && ninja && sudo ninja install

All three files (Dockerfile,extra-packages, and README.md) from here (i.e. José's pull request #371 - another thank you :)) need to be in the same directory before running:

podman build -t debian-toolbox -f "${TARGET_DIR}"/Dockerfile.