HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fin — Docksal utility. More information: <https://docs.docksal.io/fin/fin/>.

Submitted by: @import:tldr-pages··
0
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 start


Stop the project in the current directory:
fin project stop


Open 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 start

Stop the project in the current directory

fin project stop

Open 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.