mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
parent
e89017a915
commit
e6af4454dd
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ docker run hello-world
|
|||
* [`docker diff`](https://docs.docker.com/reference/commandline/diff) 查看容器的 FS 中有变化文件信息。
|
||||
|
||||
`docker ps -a` 查看所有容器,包括正在运行的和已停止的。
|
||||
`docker stats --all` 显示
|
||||
|
||||
`docker stats --all` 显示正在运行的容器列表
|
||||
|
||||
### 导入 / 导出
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue