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,28 @@
# docker-machine
> 创建和管理运行 Docker 的机器。
> 更多信息:<https://github.com/docker/machine>。
- 列出当前运行的 Docker 机器:
`docker-machine ls`
- 创建一个具有特定名称的新 Docker 机器:
`docker-machine create {{name}}`
- 获取机器的状态:
`docker-machine status {{name}}`
- 启动一台机器:
`docker-machine start {{name}}`
- 停止一台机器:
`docker-machine stop {{name}}`
- 检查有关机器的信息:
`docker-machine inspect {{name}}`