- Docker_ce的官网安装教程 https://docs.docker.com/install/linux/docker-ce/ubuntu/
- sudo apt-get update
- sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get install docker-ce
- 安装特定版本的docker-ce:
- $ apt-cache madison docker-ce
- docker-ce | 5:18.09.1~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
- docker-ce | 5:18.09.0~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
- docker-ce | 18.06.1~ce~3-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
- docker-ce | 18.06.0~ce~3-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
- ...
- for example, 5:18.09.1~3-0~ubuntu-xenial.
- $ sudo apt-get install docker-ce=<VERSION_STRING>
- 验证安装是否正确
- $ sudo docker run hello-world
- docker是临时的,不可以保存数据库,不能开多进程
- 参考的内容:使用 Docker 容器应该避免的 10 个事情
- https://segmentfault.com/a/1190000015053704?utm_source=channel-hottest
- ————————————————
- 版权声明:本文为CSDN博主「shiheyingzhe」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
- 原文链接:https://blog.csdn.net/shiheyingzhe/article/details/86667906
相关文章
- 01-29mac 安装TA-Lib包
- 01-29ta-lib安装问题
- 01-29【邢不行|量化小讲堂系列35-python量化入门】建议收藏 | Windows下安装TA-Lib终极教程
- 01-29升级Python至2.7.8,并安装django
- 01-29【Fast RTPS】编译安装------踩坑之路
- 01-29安装CTC时make失败CMakeFiles/test_gpu.dir/build.make:63: recipe for target 'CMakeFiles/test_gpu.dir/t
- 01-29locust篇1-环境安装和介绍及实操
- 01-29eclipse安装阿里编码规约插件
- 01-292、Automapper安装及配置
- 01-29海思SDK安装时,无法运行sdk.unpack