forked from josch/mmdebstrap
add example for using debvm-create and debvm-run
This commit is contained in:
parent
2d758ba576
commit
ecc167e87e
1 changed files with 6 additions and 0 deletions
|
@ -7594,6 +7594,12 @@ Create a system that can be used with docker:
|
||||||
root
|
root
|
||||||
$ sudo docker rmi debian
|
$ sudo docker rmi debian
|
||||||
|
|
||||||
|
Create and boot a qemu virtual machine for an arbitrary architecture using
|
||||||
|
the B<debvm-create> wrapper script around B<mmdebstrap>:
|
||||||
|
|
||||||
|
$ debvm-create -r stable -- --architecture=riscv64
|
||||||
|
$ debvm-run
|
||||||
|
|
||||||
Create a system that can be used with podman:
|
Create a system that can be used with podman:
|
||||||
|
|
||||||
$ mmdebstrap unstable | podman import - debian
|
$ mmdebstrap unstable | podman import - debian
|
||||||
|
|
Loading…
Reference in a new issue