一、官网下载安装
二、镜像配置
解决docker镜像下载问题 https://www.cnblogs.com/feifei-cyj/p/12678823.html https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors
三、安装一些常用软件
https://www.runoob.com/docker/docker-install-ubuntu.html
四、在docker的Dashboard上就能看到这些安装的软件,可以手动管理
五、解决 Docker 容器时间与本地时间不一致的问题 https://wxzzz.com/92.html
如果报错cp: not writing through dangling symlink '/etc/localtime'
可以先rm -rf /etc/localtime
最后别忘了重启docker
六、