document on how to use mmdebstrap with podman

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-08-27 11:53:32 +02:00
parent 047619967e
commit 7d472ca116
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -6980,6 +6980,14 @@ Create a system that can be used with docker:
root root
$ sudo docker rmi debian $ 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 =head1 ENVIRONMENT VARIABLES
=over 8 =over 8