Files
tldr/pages.nl/linux/distrobox-create.md
Juri Dispan 0f0c9da99e *: replace dead more information links (#11542)
* *: replace dead more informtion links

* dolt

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-19 22:07:13 +01:00

624 B

distrobox-create

Maak een distrobox container. Subcommando van distrobox. Bekijk ook: tldr distrobox. De gecreëerde container wordt nauw geïntegreerd met de host, waardoor het delen van de thuismap van de gebruiker, externe opslag, externe USB-apparaten, grafische apps (X11/Wayland) en audio mogelijk is. Meer informatie: https://distrobox.it/usage/distrobox-create.

  • Maak een distrobox container met behulp van het Ubuntu image:

distrobox-create {{container_name}} --image {{ubuntu:latest}}

  • Kloon een distrobox container:

distrobox-create --clone {{container_name}} {{cloned_container_name}}