docker: update Chinese translations (#14218)

This commit is contained in:
Andy Li
2024-10-16 06:58:33 +01:00
committed by GitHub
parent f3a3368188
commit ae26d3d072
2 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,11 @@
`docker pull {{镜像}}`
- 从正在运行的容器内打开一个 shell
- 显示已下载的镜像清单
`docker images`
- 从正在运行的容器内打开一个交互式 ([i]nteractive) 终端 ([t]ty) shell (`sh`)
`docker exec -it {{容器名称}} {{sh}}`