ubuntu18.04-docker

Posted kylingx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu18.04-docker相关的知识,希望对你有一定的参考价值。

sudo apt-get remove docker docker-engine docker.io
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo docker version

vim /etc/docker/daemon.json

以上是关于ubuntu18.04-docker的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu18.04搭建k8s集群

ubuntu18.04编译使用 caffe cpu 使用工具示例 训练示例

ubuntu18.04编译使用 caffe cpu 使用工具示例 训练示例

ubuntu18.04编译使用 caffe cpu 使用工具示例 训练示例

docker 安装jenkins

docker 暴露2375 端口。