mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
docker: update Chinese translations (#14218)
This commit is contained in:
parent
f3a3368188
commit
ae26d3d072
2 changed files with 10 additions and 2 deletions
|
@ -20,7 +20,11 @@
|
|||
|
||||
`docker pull {{镜像}}`
|
||||
|
||||
- 从正在运行的容器内打开一个 shell:
|
||||
- 显示已下载的镜像清单:
|
||||
|
||||
`docker images`
|
||||
|
||||
- 从正在运行的容器内打开一个交互式 ([i]nteractive) 终端 ([t]ty) shell (`sh`):
|
||||
|
||||
`docker exec -it {{容器名称}} {{sh}}`
|
||||
|
||||
|
|
|
@ -20,7 +20,11 @@
|
|||
|
||||
`docker pull {{映像檔}}`
|
||||
|
||||
- 從正在運行的容器內打開一個 shell:
|
||||
- 顯示已下載的映像檔清單:
|
||||
|
||||
`docker images`
|
||||
|
||||
- 從正在運行的容器內打開一個互動式 ([i]nteractive) 终端 ([t]ty) shell (`sh`):
|
||||
|
||||
`docker exec -it {{容器名稱}} {{sh}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue