Docker:修订间差异
来自Ubuntu中文
跳到导航跳到搜索
小无编辑摘要 |
小无编辑摘要 |
||
第10行: | 第10行: | ||
sudo service docker start | sudo service docker start | ||
== 安装 shipyard 面板 == | |||
curl -s https://shipyard-project.com/deploy | bash -s | |||
第23行: | 第24行: | ||
https://docs.docker.com/engine/installation/linux/ubuntulinux/ | https://docs.docker.com/engine/installation/linux/ubuntulinux/ | ||
https://github.com/shipyard/shipyard |
2016年12月20日 (二) 15:17的版本
安装
sudo apt-get install apt-transport-https ca-certificates sudo apt-key adv \ --keyserver hkp://ha.pool.sks-keyservers.net:80 \ --recv-keys 58118E89F3A912897C070ADBF76221572C52609D echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list sudo apt-get update sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual sudo apt-get install docker-engine sudo service docker start
安装 shipyard 面板
curl -s https://shipyard-project.com/deploy | bash -s
常用地址
https://docs.docker.com/engine/installation/linux/ubuntulinux/