multiple pages: add korean translation (#3564)

This commit is contained in:
lch7167
2019-11-18 10:50:21 +09:00
committed by Ein Verne
parent 142e70accd
commit 894df52f44
8 changed files with 195 additions and 0 deletions

20
pages.ko/common/berks.md Normal file
View File

@@ -0,0 +1,20 @@
# berks
> Chef 자세한 설명서 의존 관리자.
> 자세한 정보: <https://docs.chef.io/berkshelf.html>.
- 로컬 저장소에 자세한 설명서 종속성 설치:
`berks install`
- 특정 자세한 설명서와 그 종속성을 업데이트:
`berks update {{자세한 설명서}}`
- 자세한 설명서를 Chef server에 업로드:
`berks upload {{자세한 설명서}}`
- 자세한 설명서의 종속성 확인:
`berks contingent {{자세한 설명서}}`