Files
tldr/pages.zh/common/fin.md

24 lines
421 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`