1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

fin: add page (#3879)

This commit is contained in:
Pierre Rudloff 2020-03-02 20:16:11 +01:00 committed by GitHub
parent 6a93d4470a
commit d90bdb3ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/fin.md Normal file
View file

@ -0,0 +1,24 @@
# fin
> Docksal command line 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 {{container_name}}`