1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/common/takeout.md
코드싸이 0a970f1797
tldr: update Korean translation, common/t*: add Korean translation (#14645)
* common/t*: add Korean translation

* tldr: update Korean translation

* Update tcc.md

* Update pages.ko/common/tcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.ko/common/tar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/transfersh.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tuir.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 13:29:00 +09:00

658 B

takeout

Docker 기반의 개발 전용 의존성 관리자. 더 많은 정보: https://github.com/tighten/takeout.

  • 사용 가능한 서비스 목록 표시:

takeout enable

  • 특정 서비스 활성화:

takeout enable {{이름}}

  • 기본 매개변수로 특정 서비스 활성화:

takeout enable --default {{이름}}

  • 활성화된 서비스 목록 표시:

takeout disable

  • 특정 서비스 비활성화:

takeout disable {{이름}}

  • 모든 서비스 비활성화:

takeout disable --all

  • 특정 컨테이너 시작:

takeout start {{컨테이너_ID}}

  • 특정 컨테이너 중지:

takeout stop {{컨테이너_ID}}