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

24
pages.zh/common/fin.md Normal file
View 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}}`