cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation * cryptsetup-luksformat: fix typo
This commit is contained in:
20
pages.ko/linux/ctr.md
Normal file
20
pages.ko/linux/ctr.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# ctr
|
||||
|
||||
> `containerd` 컨테이너 및 이미지 관리.
|
||||
> 더 많은 정보: <https://containerd.io>.
|
||||
|
||||
- 모든 컨테이너 나열 (실행 중 및 중지됨):
|
||||
|
||||
`ctr containers list`
|
||||
|
||||
- 모든 이미지 나열:
|
||||
|
||||
`ctr images list`
|
||||
|
||||
- 이미지 다운로드:
|
||||
|
||||
`ctr images pull {{이미지}}`
|
||||
|
||||
- 이미지 태그 지정:
|
||||
|
||||
`ctr images tag {{소스_이미지}}:{{소스_태그}} {{대상_이미지}}:{{대상_태그}}`
|
Reference in New Issue
Block a user