首页 > 学院 > 操作系统 > 正文

docker 安装总结

2024-06-28 16:00:41
字体:
来源:转载
供稿:网友

Ubuntu 16.04(LTS)

简单方法

$ sudo apt-get update

$ sudo apt-get install docker

第一次安装Docker,运行hello-world 是可以的,

重启系统之后,运行hello-world 出现如下报错:Cannot connect to the Docker daemon. Is the docker daemon running on this host?多方查找,解决如下:sudo su -                       //切换到rootservice docker start      //启动docker servicedocker images              //显示所有imagesdocker run hello-world  //重新运行

===========不是很华丽的分割线==================== 

shipyard  官网地址:http://www.shipyard-PRoject.com

部署方法,一样简单:

  curl http://dockerclub.net/deploy |  bash -s 

curl -sSL https://shipyard-project.com/deploy | bash-s  即可,当然你也可以逐个组件启动,不过要注意先后和link。下面有启动说明。

Shipyard available at http://192.168.81.238:8080Username: admin PassWord: shipyard


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表