搜索结果
2015-10-27
关于 docker执行时遇到的小错误?
执行sudo
dockerrun -i -t ubuntu /bin/bash 出现下面的问题是什么原因?unable to find image ubuntu:latest locally latest: pulling from library/ubuntu c63fb41c2213: pulling fs layer 99fcaefe76ef: pulling fs layer 5a4526e952f0: pulling fs layer 1d073211c498: pulling fs layer pulling repository docker.io/library/ubuntu error while pulling image: get https://index.docker.io/v1/repositories/library/ubuntu/images: net/http: tls handshake timeout
2015-10-22
对于一 些特殊的设备, docker是不支持的对么?
一些通用设备,像声卡网卡,这
些docker都能支持。但是比较特殊的设备,比如插在pci 卡槽上的语音卡(用来控制电话线路,通过电脑做外呼,常用于呼叫中心)。这个设备,就算在宿主机器安装了驱动,依然无法通过
docker控制,对么
2015-10-21
dockerrun 启动一个容器出错
通过
dockerrun -d -p 60080:80 --name nginx nginx 启动报错fata 0000 error response from daemon: cannot start container 02e50c603d4b6cab0a60326a9446f277435fee2d62801af45f6f3a65e1bc471f: exit status 1 通过
dockerrun -d --name nginx nginx 启动成功请各位
docker大虾看看怎么回事,谢谢!
2015-10-21
docker周刊第104 期: docker全球黑客日落下帷幕,各种大奖揭晓:
docker全球黑客日落下帷幕,各种大奖揭晓:
docker全球黑客日落下帷幕,各种大奖揭晓:and the winners of
dockerglobal hack day 3 are... over  2 000 community members attended  the 50 local editions of 
dockerhack day 3. kudos to the 
dockercommunity  and
dockermeetup organizers for helping organize this hands-on  event the teams that won first-place for their
dockerhacks in the global edition of
dockerglobal hack day 3 are: plugins:  scaleswarm  by  ankush agarwal  and  harshit mittal plumbing:  container migration tool  by  marcos lilljedahl   jonathan leibiusky  and  gabriel eisbruch freestyle:  on-demand
2015-10-19
关于 docker概念的小问题
各位大神,看不懂-i 表示同步container 的stdin ,-t 表示分配一个伪终端里的stdin ,伪终端概念,应该去补
哪方面的知识?
2015-10-05
非宿主机访问 docker容器问题
简单介绍一下我的环境:1 、
docker宿主机(os:centos7 ip :192.168.0.100 )2 、宿主机中用brctl 新建一个虚拟网桥bridge0 (brctl addbr bridge0 ),并分配ip 为192.168.227.1 (ifconfig bridge0 192.168.22 7.1 netmask 255.255.255.0 )3 、然后
docker容器以网桥方式用pipework 挂到bridge0 下:
dockerrun -idt --privileged -h h2 -p 80:80 --net none --name h2 7322fbe74aa5 /sbin/init pipework bridge0 h2 192.168.227.2/24 192.168.227.1 综上所诉:宿主机和非宿主机都是192.168.0 网段;而
docker
2015-09-29
docker容器与容器云
2015-09-28
win7 win8 安装 docker需要了解的概念
在linux 下面安装
docker和在windows 下面安装
docker概念
有所不同。在linux 下面安装
docker和在windows 下面安装
docker概念
有所不同。通常来讲,linux 下面安装
docker,你的机器既是localhost ,同时也是
docker主机。
docker的客户端,
docker守候进程和容器都是直接运行在你的localhost 机器上面的。因为是在一台机器上,所以你可以使用
2015-09-25
请问 docker有线下安装包么?
请问
docker有线下安装包么?
2015-09-25
docker周刊第103 期:全新 dockerhub 网站,aws 深度合作
重新设计的
dockerhub ,持续集成等流程更
加方便。
docker和aws 进一步合作,实现按需配置。
docker全球黑客日活动开始投票了。dockercon eu 2015 大会第一位演讲者确定:重新设计的
dockerhub ,持续集成等流程更
加方便。the 
dockerhub  team has been busy over the summer and today we re ready to share some exciting updates. more and more developers are using
dockerhub to automate their workflows and
dockerhub

