本节我们将对Docker容器常用命令进行一个总结。

1. attach Attach to a running container # 当前 shell attach 连接指定运行镜像

2. build Build an image from a Dockerfile # 通过 Dockerfile 定制镜像

3. commit Create a new image from a container's changes # 提交当前容器为新的镜像

4. cp Copy files/folders from the container's filesystem to the host path # 从容器中拷贝指定文件或者目录到宿主机中

5. create Create a new container # 创建一个新的容器,同 run,但不启动容器

6. diff Inspect changes on a container's filesystem # 查看 docker 容器变化

7. events Get real time events from the server # docker 服务获取容器实时事件

8. export Stream the contents of a container as a tar archive # 导出容器的内容流作为一个 tar 归档文件 [对应 import]

9. history Show the history of an image # 展示一个镜像形成历史

10. images List images # 列出系统当前镜像

11. import Create a new filesystem image from the contents of a tarball # tar 包中的内容创建一个新的文件系统映像 [对应 export]

12. info Display system-wide information # 显示系统相关信息

13. inspect Return low-level information on a container # 查看容器详细信息

14. kill Kill a running container # kill 指定 docker 容器

15. load Load an image from a tar archive # 从一个 tar 包中加载一个镜像 [对应 save]

16. login Register or Login to the docker registry server # 注册或者登陆一个 docker 源服务器

17. logout Log out from a Docker registry server # 从当前 Docker registry 退出

18. logs Fetch the logs of a container # 输出当前容器日志信息

19. port Lookup the public-facing port which is NAT-ed to PRIVATE_PORT # 查看映射端口对应的容器内部源端口

20. pause Pause all processes within a container # 暂停容器

21. ps List containers # 列出容器列表

22. pull Pull an image or a repository from the docker registry server # docker 镜像源服务器拉取指定镜像或者库镜像

23. push Push an image or a repository to the docker registry server # 推送指定镜像或者库镜像至 docker 源服务器

24. restart Restart a running container # 重启运行的容器

25. rm Remove one or more containers # 移除一个或者多个容器

26. rmi Remove one or more images # 移除一个或多个镜像 [无容器使用该镜像才可删除,否则需删除相关容器才可继续或 -f 强制删除]

27. run Run a command in a new container # 创建一个新的容器并运行一个命令

28. save Save an image to a tar archive # 保存一个镜像为一个 tar [对应 load]

29. search Search for an image on the Docker Hub # docker hub 中搜索镜像

30. start Start a stopped containers # 启动容器

31. stop Stop a running containers # 停止容器

32. tag Tag an image into a repository # 给源中镜像打标签

33. top Lookup the running processes of a container # 查看容器中运行的进程信息

34. unpause Unpause a paused container # 取消暂停容器

35. version Show the docker version information # 查看 docker 版本号

36. wait Block until a container stops, then print its exit code # 截取容器停止时的退出状态值

点赞(0)

C语言网提供由在职研发工程师或ACM蓝桥杯竞赛优秀选手录制的视频教程,并配有习题和答疑,点击了解:

一点编程也不会写的:零基础C语言学练课程

解决困扰你多年的C语言疑难杂症特性的C语言进阶课程

从零到写出一个爬虫的Python编程课程

只会语法写不出代码?手把手带你写100个编程真题的编程百练课程

信息学奥赛或C++选手的 必学C++课程

蓝桥杯ACM、信息学奥赛的必学课程:算法竞赛课入门课程

手把手讲解近五年真题的蓝桥杯辅导课程

Dotcpp在线编译      (登录可减少运行等待时间)