Docker入门常识帖

账号注册

  • 注册账号 (免费的)
    https://hub.docker.com/

  • 上传镜像到官方仓库
    https://blog.csdn.net/yuhui123999/article/details/82220093

入门教程

https://www.runoob.com/docker/docker-tutorial.html

常用命令

  • 删除none镜像
docker images |grep '<none>' | awk '{print $3}'|xargs docker rmi
posted @ 2019-09-07 13:04  jiftle  阅读(221)  评论(0编辑  收藏  举报