Files
tldr/pages.zh/linux/distrobox-create.md

13 lines
547 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# distrobox-create
> 创建一个 Distrobox 容器。另请参见:`tldr distrobox`。
> 创建的容器将与主机紧密集成,允许共享用户的 HOME 目录、外部存储、外部 USB 设备、图形应用程序X11/Wayland和音频。
> 更多信息:<https://distrobox.it/usage/distrobox-create>。
- 使用 Ubuntu 镜像创建一个 Distrobox 容器:
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
- 克隆一个 Distrobox 容器:
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`