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,21 @@
# machinectl
> 控制 systemd 机器管理器。
> 对虚拟机器、容器和镜像执行操作。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/machinectl.html>。
- 使用 `systemd-nspawn` 作为服务启动机器:
`sudo machinectl start {{machine_name}}`
- 停止正在运行的机器:
`sudo machinectl stop {{machine_name}}`
- 显示正在运行的机器列表:
`machinectl list`
- 在机器内打开一个交互式 shell
`sudo machinectl shell {{machine_name}}`