add new chinese translations
This commit is contained in:
36
pages.zh/common/takeout.md
Normal file
36
pages.zh/common/takeout.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# takeout
|
||||
|
||||
> 一个基于Docker的开发专用依赖管理工具。
|
||||
> 更多信息:<https://github.com/tighten/takeout>。
|
||||
|
||||
- 显示可用服务的列表:
|
||||
|
||||
`takeout enable`
|
||||
|
||||
- 启用特定服务:
|
||||
|
||||
`takeout enable {{name}}`
|
||||
|
||||
- 使用默认参数启用特定服务:
|
||||
|
||||
`takeout enable --default {{name}}`
|
||||
|
||||
- 显示已启用服务的列表:
|
||||
|
||||
`takeout disable`
|
||||
|
||||
- 禁用特定服务:
|
||||
|
||||
`takeout disable {{name}}`
|
||||
|
||||
- 禁用所有服务:
|
||||
|
||||
`takeout disable --all`
|
||||
|
||||
- 启动特定容器:
|
||||
|
||||
`takeout start {{container_id}}`
|
||||
|
||||
- 停止特定容器:
|
||||
|
||||
`takeout stop {{container_id}}`
|
Reference in New Issue
Block a user