ubuntu16.04安装apollo3.5

    开始的时候安装在win10子系统下,因为启动apollo docker失败,问了apoll小哥哥,说不可以子系统下搞,我想就算了。

有个问题,找不到安装docker-ce.sh,

    bash docker/scripts/install_docker.sh

应该换成

    bash docker/setup_host/install_docker.sh

其实可以不用它这个脚本,而用我下来使用阿里云源的方法,但是要注意newgrp docker,所以还是不用这个方法。

或者把这个脚本中的源改成

deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu

流程参考了

https://mp.weixin.qq.com/s/sfDMqU2e-bUpjOP41gqZ1g

但就的不详细。碰到问题进行不下去就要百度了。

安装git-lfs 参考了

https://blog.csdn.net/davidhopper/article/details/85097502

安装docker-ce 参考了

https://yq.aliyun.com/articles/110806?commentId=11066

使用了Ubuntu 14.04 16.04 (使用apt-get进行安装)

docker的启动 参考了

https://blog.csdn.net/github_38313789/article/details/80468597

欢迎探讨 qq575654643

原文地址:https://www.cnblogs.com/qq575654643/p/11135438.html