snippetbashTip
fin — Docksal utility. More information: <https://docs.docksal.io/fin/fin/>.
Viewed 0 times
httpscommandcliinformationfinmoredocksalutility
Problem
How to use the
fin command: Docksal utility. More information: <https://docs.docksal.io/fin/fin/>.Solution
fin — Docksal utility. More information: <https://docs.docksal.io/fin/fin/>.Start the project in the current directory:
fin project startStop the project in the current directory:
fin project stopOpen a shell into a specific container:
fin bash {{container_name}}Display logs of a specific container:
fin logs {{container_name}}Display logs of a specific container and follow the log:
fin logs {{[-f|--follow]}} {{container_name}}Code Snippets
Start the project in the current directory
fin project startStop the project in the current directory
fin project stopOpen a shell into a specific container
fin bash {{container_name}}Display logs of a specific container
fin logs {{container_name}}Display logs of a specific container and follow the log
fin logs {{[-f|--follow]}} {{container_name}}Context
tldr-pages: common/fin
Revisions (0)
No revisions yet.