ubuntu14.04,安装docker(源代码管理工具)

一,安装docker:

1,安装curl:在shell中执行:sudo apt-get install curl

2,shell中执行:curl -sSL https://get.daocloud.io/docker | sh

3,上面命令执行完毕后,执行提示命令:sudo usermod -aG docker sunylat(注意:提示上面名字应该是你当前登入用户名,不要用我的!)

二,测试docker:上面两个命令执行完毕,docker应该按照完毕了,但是我们需要启动docker服务。

1,shell中执行:sudo service docker start

2,执行测试:sudo docker run hello-world

对于上面命令官方解释执行过程是这样:This command downloads a test image and runs it in a container. When the container runs, it prints an informational message. Then, it exits.

执行上面命令后,会下载一个测试的image,随后在docker里面执行,打印一个信息,随后退出。我执行上面命令确实也是这样,如果测试结果是这样,那docker确实搞定了!!


参考资料:

http://www.arthurtoday.com/2014/08/ubuntu-quickly-install-lastest-docker.html

http://www.fantansy.cn/index.php/linux/263.html

官方文档:

https://docs.docker.com/engine/installation/ubuntulinux/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值