add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,13 @@
# 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}}`