1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/linux/distrobox-create.md

14 lines
593 B
Markdown
Raw Permalink Normal View History

2023-11-02 20:59:27 +01:00
# distrobox-create
> Maak een Distrobox container. Bekijk ook: `tldr distrobox`.
2023-11-02 20:59:27 +01:00
> 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>.
2023-11-02 20:59:27 +01:00
- Maak een Distrobox container met behulp van het Ubuntu image:
2023-11-02 20:59:27 +01:00
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
- Kloon een Distrobox container:
2023-11-02 20:59:27 +01:00
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`