From 7d472ca116a1f48a208e20840a4e69ff3b1321aa Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Fri, 27 Aug 2021 11:53:32 +0200 Subject: [PATCH] document on how to use mmdebstrap with podman --- mmdebstrap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 9a206d7..5948388 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6980,6 +6980,14 @@ Create a system that can be used with docker: root $ sudo docker rmi debian +Create a system that can be used with podman: + + $ mmdebstrap unstable | podman import - debian + [...] + $ podman run --network=none -it --rm debian whoami + root + $ podman rmi debian + =head1 ENVIRONMENT VARIABLES =over 8