docker
genghaihua
这个作者很懒,什么都没留下…
展开
-
How To Install Docker On Ubuntu 13.04 x64 VPS
IntroductionIn case you're not familiar with Docker, here is the summary of it and its functionality:Docker is an open-source engine which automates the deployment of applications as highly po转载 2015-02-27 11:06:28 · 862 阅读 · 0 评论 -
在节点之间导出和导入 DOCKER 镜像
http://www.tuicool.com/articles/emYVRzv注:本文由JAMES.COYLE在 2014-6-16 编写,原文地址为 EXPORT AND IMPORT A DOCKER IMAGE BETWEEN NODESDocker 背后的驱动力之一就是通过所有的 Docker 使服务器 能创建一个一致的环境,并且能创建一个能运行在任何 Do转载 2015-02-27 11:16:20 · 512 阅读 · 0 评论 -
CentOS 修改源为163和指定epel源和Docker安装
CentOS 修改源为163和指定epel源和Docker安装地址:http://mirrors.163.com/.help/centos.html使用说明首先备份/etc/yum.repos.d/CentOS-Base.repomv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.rep转载 2015-02-27 11:14:09 · 2409 阅读 · 0 评论 -
centos7提示ifconfig command not found解决
安装centos7时,选择了minimal install的话,没有安装网络组件。 yum install net-tools 可以解决问题。原创 2015-11-14 21:41:23 · 4222 阅读 · 4 评论 -
如何免 sudo 使用 docker
1 简介默认安装完 docker 后,每次执行 docker 都需要运行 sudo 命令,非常浪费时间影响效率。如果不跟 sudo,直接执行 docker images 命令会有如下问题:FATA[0000] Get http:///var/run/docker.sock/v1.18/images/json: dial unix /var/run/docker.sock: permis转载 2015-11-14 21:07:02 · 3752 阅读 · 0 评论