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

37 lines
840 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
> 在容器中使用任何Linux发行版。可以在其中安装和使用软件包同时与主操作系统紧密集成共享存储`home`目录)和硬件。
> 注意它使用Podman或Docker来创建容器。
> 更多信息:<https://github.com/89luca89/distrobox>。
- 查看创建容器的文档:
`tldr distrobox-create`
- 查看列出容器信息的文档:
`tldr distrobox-list`
- 查看进入容器的文档:
`tldr distrobox-enter`
- 查看从容器内部在主机上执行命令的文档:
`tldr distrobox-host-exec`
- 查看从容器导出应用程序/服务/二进制文件到主机的文档:
`tldr distrobox-export`
- 查看升级容器的文档:
`tldr distrobox-upgrade`
- 查看停止容器的文档:
`tldr distrobox-stop`
- 查看删除容器的文档:
`tldr distrobox-rm`