boot2docker Questions

3

I have a fresh install using boot2docker. (DockerToolbox was giving me the same error. After uninstalling DockerToolbox, I deleted ~/.docker and searched my whole filesystem for anything starting w...
Mencius asked 14/8, 2015 at 19:54

4

Solved

After updating to Docker v1.7.0 (and also boot2docker), I'm getting the following error when running docker ps: x509: certificate is valid for 127.0.0.1, 10.0.2.15, not 192.168.59.103 Is this a ...
Ap asked 22/6, 2015 at 12:52

10

Solved

If I type the following commands in boot2docker as shown on the docker website: curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/loc...
Splendiferous asked 26/3, 2015 at 22:7

1

Solved

I'm working on wrapping some scientific software by docker image using boot2docker on Mac OS X. And that software (https://github.com/voutcn/megahit.git) is using named pipes (in python code, but i...
Arteaga asked 19/11, 2015 at 22:30

14

Solved

Since I just updated Docker to 1.1.0 I get: Error response from daemon: client and server don't have same version (client : 1.13, server: 1.12) Do you know how to fix this? I switched back to...
Fala asked 5/7, 2014 at 12:45

2

Solved

I am new to Docker and I am having a hard time applying its core technology to my present web development. Using MAMP, you just need to download the app, put your PHP/HTML files on /htdocs, start s...
Mayfair asked 14/1, 2015 at 8:21

1

I am trying to build docker image, but docker hangs forever during downloading image layers: I tried this several times, and it just stops downloading at different points. I also tried docker-ma...
Complaisant asked 1/2, 2016 at 12:0

5

Solved

I am brand new to docker and I am attempting to follow the node js tutorial that they have listed: https://docs.docker.com/examples/nodejs_web_app/ I follow this tutorial and everything seems to w...
Happening asked 17/8, 2015 at 2:10

2

Solved

I've been reading a lot about Docker and its uses. Currently we are using TFS for building and deploying our in house app (.net c#). Are there any benefits for transitioning to Docker? Meaning havi...
Sexcentenary asked 5/1, 2016 at 20:14

2

Solved

I'm trying to setup Vagrant with docker as a provider but when running vagrant up --provider=docker --debug I get this error: "rsync" was not detected as installed in your guest machine. Thi...
Eleen asked 26/11, 2016 at 19:45

3

Solved

I'm new in docker. I have installed docker in windows in the D drive but the Boot2docker VM is in the user folder in the C drive. I dont have enough space in the C and the boot2docker is growing w...
Nonconformance asked 28/10, 2015 at 13:18

2

Solved

So, I'm able to generally contact my localhost through Docker by running a container with --add-host=localbox:192.168.59.3. ping localbox works just fine. Problem is, I can't seem to be able to eve...
Grand asked 23/12, 2014 at 9:18

6

Solved

In short: How can I set the HTTP/HTTPS proxies for Docker on Mac OS X? In detail: I run Docker (1.12) on Mac OS X behind a proxy. I followed the installation instructions and installed ...
Leatherneck asked 30/6, 2014 at 11:38

2

Solved

I have boot2docker 1.4.1 running on windows via virtualbox. I am behind a proxy that MITMs https certificates. I configured proxy by adding the following lines in /var/lib/boot2docker/profile: exp...
Quassia asked 17/2, 2015 at 21:4

3

Solved

I ve created my own docker file ( that runs a shell script which prints "helloworld"). The image is "hellodocker" and the tag is "mytag" I now have: bash-3.2$ docker images REPOSITORY TAG IMAGE ID...
Mirtamirth asked 19/8, 2014 at 16:39

4

I cannot build my image with the following Dockerfile: FROM ubuntu RUN apt-get -y update && apt-get -y install \ nodejs npm ssh # cache npm install when package.json hasn't changed WORKD...
Algor asked 7/12, 2015 at 19:19

1

Solved

I have created container from particular image using command: $ docker run -d -P selenium/hub running container status is below: $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAME...
Brockwell asked 9/11, 2016 at 6:11

1

Solved

I'm using ubuntu and I have installed Docker and started my first tutorial using Tomcat. I made a docker file named Dockerfile that contains FROM tomcat:7-jre7 MAINTAINER "Craig Trim <[email&#...
Burkhard asked 4/11, 2016 at 10:59

2

I'm developing a simple NodeJS application. I use docker and it makes it very easy to deploy to production. This is my Dockerfile: FROM node COPY . /src RUN cd /src; npm install EXPOSE 3000 CMD [...
Sclerosis asked 16/6, 2015 at 16:57

2

I am new to Docker, using boot2docker on Windows 7. While I was trying to configure Docker build through spotify maven plugin, I was asked to set below env variables : DOCKER_HOST DOCKER_CERT_PATH...
Lively asked 2/7, 2015 at 5:31

3

Solved

I wrote the following docker file FROM cloudera/quickstart MAINTAINER abhishek "http://www.foobar.com" ADD ./SparkIntegrationTestsAssembly.jar / ADD ./entrypoint.sh / ADD ./twitter.avro / EXPOS...
Ambroseambrosi asked 15/4, 2016 at 17:33

2

I'm trying to create a docker dev tools container for a devlopement environment on a windows host via docker toolbox but I have some trouble running the npm install command. It worked fine on a li...
Interstitial asked 22/1, 2016 at 9:18

3

Solved

Under the following IP my Container run successful in my Webbrowser http://192.168.99.100:32775 I have also create a volume to share files between my container and my filesystem docker run --nam...
Indirection asked 5/6, 2015 at 13:42

10

Solved

Intro I can't figure out a good way to set up a development environment on OS X using Docker and Boot2Docker. The problem I'm hitting is how to manage the source code so that: I can modify the c...
Cypripedium asked 7/5, 2015 at 0:39

3

Solved

How can I change the keyboard layout of my boot2docker distribution (based on tinycore)? /usr/share/kmap only contains the us.kmap I found some solutions how to get kmaps.tcz but only with an X s...
Bertle asked 9/7, 2015 at 20:48

© 2022 - 2024 — McMap. All rights reserved.