Docker_hello

常见命令

  • docker -v

  • docker ps 列出正在运行的容器

  • docker images 列出本地镜像

  • docker exec -i -t container bash 进入容器;exit退出容器

  • docker inspect container 查看容器

Author: hjl
Link: https://huqianshan.github.io/DOCKER-HELLO/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.