Tag: Windows 7

Docker启动与archive.ubuntu的连接

我设法将docker安装到正在使用Windows 7的计算机上。我的计算机在公司networking中。 正如我想学习docker我是按照这个指南 。 当我的Dockerfile执行时: RUN apt-get -y update && apt-get install -y fortunes 这是执行Ubuntu的更新和安装财富,我得到以下错误: cannot initiate the connection to archive.ubuntu.com:80. and – connect <101:network is unreachable> 为了解决我的问题,首先我连接到我的虚拟机,我find/etc/resolv.conf文件,我修改它添加谷歌DNS namespace 8.8.8.8 但似乎并没有解决问题,当我退出并重build我的Dockerfile。 由于我的机器是在Windows上,我还没有find这个问题的解决scheme。 有谁知道我应该如何超越这个问题?

在virtualbox + fabric8 / kubernetes + docker上混淆状态

Iam现在开始使用fabric8。 我在这里有一些令人困惑的问题。 Windows7 + VirtualBox + Fabric8 + Docker – 安装并“运行” 在启动fabric8(gofabric8 start –vm-driver = virtualbox)之后,所有内容都将启动,但控制台不可用 。 状态:正在运行和N / A 我的Minikube集群正在某种程度上由它自己(似乎) 在“gofabric8 docker-env”和FOR循环之后。 Docker Images向我展示了一些东西,我开始用mvn安装,但在docker上失败了。 现在我有一个真正奇怪的状态:库布斯的状态显示我:停止和N / A … 但fabric8控制台仍然可用和工作 – 。 – 好的… Iam新的东西,但仍然没有得到整个系统在我的脑海里。 但直到现在,我总是有正确的想法继续下去。 现在Iam在那个时候输了。 希望有人能与我分享一些经验。

如何使用cygwin为Docker创build硬链接

您好我想创build硬链接docker卷使用它与cygwindynamic(Windows 7)。 在Ubuntu中,我使用命令挂载: mount –bind ~/PHP/project ~/dockerRoot/project 在Dockerfile(〜/ dockerRoot /)我有这样的东西: VOLUME project/ project/

Docker for Windows安装程序在PresentationFramework.Aero2上失败

我正在使用Windows 7 Enterprise,SP1,64位。 我下载了“Docker for Windows installer.exe”,我试图运行它 – 首先是双击,但没有做任何事情。 所以我在CMD中运行它,并抛出这个错误: Unhandled Exception: System.Windows.Markup.XamlParseException: Set property 'Sys tem.Windows.FrameworkElement.Style' threw an exception. —> System.IO.FileNotFo undException: Could not load file or assembly 'PresentationFramework.Aero2, Publ icKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String cod eBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& […]

将docker机器存放在D盘:而不是C:\ Users \ … windows 7中

是否有可能在D:驱动器中存储具有“虚拟机磁盘”的docker机,因为我没有足够的C:盘空间。 我的意思是,现在存储在C:\Users\Gondil\.docker\machine\machines\myvm文件disk可以将它存储到D:\vm吗? 因为当我启动一个容器,它是整个下载一个例如10​​GB的大小,这是相当大的我的Sysem SSD。 有一些configuration,我可以改变创build的机器的目录?

Docker:当试图运行docker run hello-world getting – 禁止

这是Windows 7的机器,使用docker工具箱版本1.8.2安装docker工人 我在企业防火墙后面。 最初我甚至无法启动机器,所以我添加了两个新的环境variables:http_proxy,https_proxy,我能够调出默认的机器 现在当我跑步时,我得到: XXXXXX@CCCCCCC MINGW64 ~ $ docker run hello-world An error occurred trying to connect: Post https://192.168.99.100:2376/v1.20/containers/create: Forbidden 请帮忙。 ps:在stackoverflow上的其他问题都与MAC有关,因此不适用于我,所以pipe理员请不要浪费我的时间在不必要的closures这个项目。

boot2docker – 运行docker version命令时尝试连接时发生错误

当我使用boot2docker启动boot2docker-vm,然后在gitbash中运行docker version命令,我得到以下内容: $ docker version Client version: 1.6.2 Client API version: 1.18 Go version (client): go1.4.2 Git commit (client): 7c8fca2 OS/Arch (client): windows/amd64 FATA[0021] An error occurred trying to connect: Get https://192.168.59.103:2376/v1.18/version: dial tcp 192.168.59.103:2376: ConnectEx tcp: A connection attempt failed because the connected party did not properly respond after a period of time, or […]