1.docker的国外hub可能访问不上,也就无法pull,解决办法是使用这个路径:
https://registry.docker-cn.com
如何使用?
A:sudo docker pull registry.docker-cn.com/library/ubuntu:latest
B:修改/etc/docker/daemon.json,添加{"registry-mirrors": ["https://registry.docker-cn.com"]}
2.docker的可视化管理工具比较多,比如有:
portainer: https://blog.csdn.net/A632189007/article/details/78779920
3.docker的一些知识点
pull,push,log,run,build,-v,-d,-p,--link, --name等
4.有一个docker的国内网站不错:
网友评论