forked from josch/mmdebstrap
document on how to use mmdebstrap with podman
This commit is contained in:
parent
047619967e
commit
7d472ca116
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue