boot2docker Questions

12

Solved

I'm running Mac OS 10.9.5 (Mavericks), I've followed https://docs.docker.com/installation/mac/ to install Docker. I get a timeout error message when I run Docker even though the boot2docker VM is r...
Nanete asked 1/11, 2014 at 5:7

3

Solved

Has any one tried building a docker image for Windows (7.1/8)? The closest answer available for me is from ScottGu's Blog. See here http://weblogs.asp.net/scottgu/docker-and-microsoft-integra...
Goldina asked 9/11, 2014 at 6:43

5

Solved

I'm running boot2docker 1.3 on Win7. I want to connect a shared folder. In the VirtualBox Manager under the image properties->shared folders I've added the folder I've want and named it "c/shared...
Bellanca asked 29/10, 2014 at 20:23

7

I'm hosting my own docker-registry in a docker container. It's fronted by nginx running in a separate container to add basic auth. Checking the _ping routes I can see that nginx is routing appropri...
Worked asked 6/1, 2015 at 6:4

1

I've got a program that needs to automatically install & manage some Docker containers on Windows with minimal user input. It needs to automatically setup Docker to mount arbitrary Windows fol...
Redeemer asked 5/3, 2016 at 14:0

2

Solved

I try to use the mongodb official docker image on mac os x 10.10.2 with this command inside mac terminal : docker run -v /Users/john/data/db:/data/db -p 27017:27017 mongo --smallfiles But it exi...
Translative asked 10/4, 2015 at 21:30

3

I'm fairly new to Docker and has stumbled on a problem that I have been unable to figure out any solutions to. I'm on a Mac so I have to use Boot2Docker as my environment. I do all my stuff insid...
Petal asked 14/1, 2015 at 7:56

2

Solved

I am in process of setting up the the deployment of a Node.js Service with Docker. The Dockerfile I have is pieced together from various examples from around the net. The directory for the Dockerf...
Wrapper asked 7/11, 2014 at 13:46

3

On OS X. I am trying to run mysql in a docker container through boot2docker, by mounting the volume /var/lib/mysql on the host, so that I can have persistant mysql data. I plan to use a data only ...
Multilingual asked 28/5, 2015 at 15:52

4

Solved

docker ps -aq Shows only 7-9 images. /var/lib/docker/graph shows me n number of images. When I create a file, I get write error due to system full error. I tried to create symbolic link. bu...
Baggott asked 22/1, 2015 at 9:21

6

Solved

Since boot2docker is deprecated I've switched to docker-machine but I don't know how to open a port from docker-machine. In boot2docker I could do like this: boot2docker ssh -L 27017:localhost:270...
Mohler asked 24/8, 2015 at 4:41

1

I have some files which I want to move them to a docker container. But at the end docker can't find a file.. The folder with the files on local machine are at /home/katalonne/flask4 File Structur...

1

Solved

I am using Docker Toolbox in Windows and am trying to mount a Windows folder in a docker-compose.yml file like this: nginx: image: nginx:latest container_name: test_server ports: - "80:80" vo...
Lavinialavinie asked 19/2, 2016 at 1:20

1

Solved

So i've written a Dockerfile for a project, i've defined a CMD to run on starting the container to bootstrap the application. The Dockerfile looks like # create our mount folders and volumes ENV ...
Nullification asked 8/2, 2016 at 13:10

1

I wish to make two of my containers available outside of the VM host on their separate, specific IP addresses (192.168.0.222, 192.168.0.227), without port mapping. That means I wish to access any p...
Vale asked 5/2, 2016 at 7:35

3

Solved

My eventual workaround for the issue below was to convince our IT guys not to man-in-the-middle the dockerhub registry. I was not able to get anything else to work, alas. I am running into a probl...
Pinfish asked 17/12, 2014 at 22:39

3

Solved

Within MacOS, I have created 2 docker machines, say, dev1 and dev2. In one terminal running $docker-machine active shows dev1 as an active docker-machine and in the other, dev2. Now I want to swit...
Raff asked 27/1, 2016 at 19:19

2

I have a service running in a docker container (local machine). I can see the service URL in the Ambari service config. Now I want to connect to that service using my local development environment...
Jenifer asked 26/1, 2016 at 15:43

2

Solved

After update to docker-machine, I have no idea how to update DOCKER_OPTS in a local boot2docker docker-machine and save it permanently $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM dev *...
Fortyish asked 28/10, 2015 at 13:55

0

While Starting docker terminal below error populating, how to fix this Error getting IP address: Something went wrong running an SSH command! command : ip addr show dev eth1 err : exit status 255...
Underpay asked 7/1, 2016 at 9:46

1

Solved

I have created a docker image with required packages. I have run the docker image specifying the host and guest port along with the required volume mounting Example: sudo docker run -it --name C...

1

When running a PostgreSQL database in a Docker container, the documentation for the official PostgreSQL Docker Image specifies that the administrator password should be set in an environmental vari...
Deandre asked 22/12, 2015 at 0:21

1

Solved

I have a java jar command, and I'm calling it from inside python using Popen. I'm happy that I'm doing it right, and theres lots of reasons why I'm doing it this way (its not great, but it is what ...
Baten asked 14/12, 2015 at 11:48

2

I'm new to Docker, I come from Vagrant. I'm using Docker (1.9.1) inside my "D:/Works/something/DockerFirstTime" folder. Now I create the machine with docker-machine create first and simple Dock...
Cycloparaffin asked 28/11, 2015 at 0:1

1

Basically, when you open boot2docker app, inside it you can cd /c/Users, right? Now I want to be able to cd /d to access my D:\ directory. I don't know squat about VM so please explain like ...
Cerenkov asked 19/11, 2015 at 15:23

© 2022 - 2024 — McMap. All rights reserved.