2023-11-02 20:59:27 +01:00
# distrobox-create
2023-11-26 18:02:06 +01:00
> 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.
2023-11-19 22:07:13 +01:00
> Meer informatie: <https://distrobox.it/usage/distrobox-create>.
2023-11-02 20:59:27 +01:00
2023-11-26 18:02:06 +01:00
- Maak een Distrobox container met behulp van het Ubuntu image:
2023-11-02 20:59:27 +01:00
2025-05-31 14:06:05 +00:00
`distrobox-create {{container_naam}} {{[-i|--image]}} {{ubuntu:latest}}`
2023-11-02 20:59:27 +01:00
2023-11-26 18:02:06 +01:00
- Kloon een Distrobox container:
2023-11-02 20:59:27 +01:00
2025-05-31 14:06:05 +00:00
`distrobox-create {{[-c|--clone]}} {{container_naam}} {{gekloonde_container_naam}}`