Distrobox: Difference between revisions
Add setup section |
Use with different architecture |
||
| Line 27: | Line 27: | ||
For further usage, please refer to the [https://distrobox.it/#distrobox Distrobox] documentation. | For further usage, please refer to the [https://distrobox.it/#distrobox Distrobox] documentation. | ||
== Tips and tricks == | |||
=== Using different architecture === | |||
Following example will run an Ubuntu container with a different architecture than the host, in this case arm64.<syntaxhighlight lang="nix"> | |||
sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes | |||
distrobox create -n ubuntu --image arm64v8/ubuntu | |||
distrobox enter ubuntu | |||
</syntaxhighlight> | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Container]] | [[Category:Container]] | ||