add new chinese translations
This commit is contained in:
24
pages.zh/common/fin.md
Normal file
24
pages.zh/common/fin.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# fin
|
||||
|
||||
> Docksal 命令行工具。
|
||||
> 更多信息:<https://docs.docksal.io/fin/fin/>
|
||||
|
||||
- 启动当前目录中的项目:
|
||||
|
||||
`fin project start`
|
||||
|
||||
- 停止当前目录中的项目:
|
||||
|
||||
`fin project stop`
|
||||
|
||||
- 打开特定容器的 shell:
|
||||
|
||||
`fin bash {{container_name}}`
|
||||
|
||||
- 显示特定容器的日志:
|
||||
|
||||
`fin logs {{container_name}}`
|
||||
|
||||
- 显示特定容器的日志并实时跟踪日志:
|
||||
|
||||
`fin logs -f {{container_name}}`
|
Reference in New Issue
Block a user