docker*: add and update Korean translation (#14117)

This commit is contained in:
코드싸이
2024-10-11 13:31:40 +09:00
committed by GitHub
parent f2069b5634
commit b1f220d087
32 changed files with 685 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
# docker diff
> 컨테이너의 파일 시스템에서 파일이나 디렉토리의 변경 사항을 검사.
> 더 많은 정보: <https://docs.docker.com/reference/cli/docker/container/diff/>.
- 컨테이너가 생성된 이후의 변경 사항 검사:
`docker diff {{컨테이너}}`
- 도움말 표시:
`docker diff --help`