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

421 B
Raw Permalink Blame History

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