fg*, fi*: add Korean translation (#14252)

This commit is contained in:
HoJeong Im
2024-10-21 01:06:29 +09:00
committed by GitHub
parent 0183636840
commit 9bf3b98cc3
10 changed files with 258 additions and 0 deletions

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

@@ -0,0 +1,24 @@
# fin
> Docksal 명령줄 유틸리티.
> 더 많은 정보: <https://docs.docksal.io/fin/fin/>.
- 현재 디렉터리에서 프로젝트를 시작:
`fin project start`
- 현재 디렉터리에서 프로젝트를 중지:
`fin project stop`
- 특정 컨테이너에 쉘을 열기:
`fin bash {{컨테이너_이름}}`
- 특정 컨테이너의 로그 표시:
`fin logs {{컨테이너_이름}}`
- 특정 컨테이너의 로그 표시하고 로그를 계속 출력:
`fin logs -f {{컨테이너_이름}}`