javascript
docker images
先查看有哪些镜像
运行nginx
javascript
docker run nginx
使用docker ps 可以看到有哪些镜像在运行
javascript
docker stats
查看运行状态
命令总结