sh 在Ubuntu 15.10 Willy上设置docker的基本步骤
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Ubuntu 15.10 Willy上设置docker的基本步骤相关的知识,希望对你有一定的参考价值。
apt-get install apt-transport-https ca-certificates
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
sudo echo deb https://apt.dockerproject.org/repo ubuntu-wily main >> /etc/apt/sources.list.d/docker.list
sudo apt-get update
sudo apt-get purge lxc-docker
sudo apt-cache policy docker-engine
sudo apt-get install docker-engine
sudo service docker start
sudo usermod -aG docker cicorias
以上是关于sh 在Ubuntu 15.10 Willy上设置docker的基本步骤的主要内容,如果未能解决你的问题,请参考以下文章
sh 在ubuntu 15.10上安装lampstack
sh 在ubuntu 15.10上安装docker
sh 易于安装openresty(在Ubuntu 14.04,15.10和16.04上使用和测试)
sh 易于安装openresty和NVM(在Ubuntu 14.04,15.10和16.04上使用和测试)
Ubuntu更新源
elasticsearch 无法在 ubuntu 15.10 中启动服务