boot2docker Questions

1

While creating docker service, i'm facing following error.. Error response from daemon: rpc error: code = 2 desc = name conflicts with an existing object Steps docker-machine create --driver vir...
Ruphina asked 12/2, 2017 at 18:56

4

Solved

I want to spawn 3 services in the "host" net using docker-compose. Here is my docker-compose.yml file: version: '2' services: mysql: image: mysql net: "host" nginx: image: ...
Mathes asked 12/3, 2016 at 16:45

2

I have build a docker image by making incremental commits. This has led to the creation of a lot of layers in my docker image and subsequently the size of the image has gone very large. Is there a...
Upi asked 15/5, 2015 at 6:44

5

Solved

I use docker on OSX with boot2docker. I want to get an Ssh connection from my terminal into a running container. But I can't do this :( I think it's because Docker is running in a virtual machin...
Ate asked 11/4, 2014 at 13:55

9

Solved

How can I share a folder between my Windows files and a docker container, by mounting a volume with simple --volume command using Docker Toolbox on? I'm using "Docker Quickstart Terminal" and when...
Metrical asked 14/10, 2015 at 13:10

3

I am working with the official WordPress Docker image with docker-compose on my Mac (using boot2docker). I need to do a one-off data import. I'm not sure how to do this. How can I import data to th...
Pleader asked 3/6, 2015 at 8:23

1

I have setup docker on windows 10 machine. My docker is working fine on the command line. But Kitematic is not working and throwing below error Command failed: C:\Program Files\Docker Toolbox\...

3

I'm playing with boot2docker (docker 1.6) on windows 8.1. I wanted to make myself machine container to play with ruby and I want to be able to connect to rails server from my windows host. To start...
Middendorf asked 1/5, 2015 at 19:3

6

Solved

I downloaded and installed Docker for Windows 1.12.1 which in turn installed the docker-machine and docker-compose. I did not install "Docker Toolbox" since its a duplicate of what was installed an...
Folk asked 10/10, 2016 at 20:16

6

Running out of entropy in virtualized Linux systems seems to be a common problem (e.g. /dev/random Extremely Slow?, Getting linux to buffer /dev/random). Despite of using a hardware random number g...
Britney asked 24/9, 2014 at 15:45

3

Solved

I am running Docker on Windows (boot2docker + Oracle Virtual Box). In my corporate environment they modify the certificates so that the CAs are the company's self signed CA's. Thus, the chain ends ...
Matz asked 3/7, 2015 at 11:12

8

Solved

I am attempting to migrate from boot2docker to docker-machine. I followed the directions here to install docker but I keep getting the following message: Could not read CA certificate "/Users/&lt...
Injun asked 7/11, 2015 at 14:16

5

Solved

I have make my code ready on Windows, but I find it's not easy to share to boot2docker. I also find that boot2docker can't persistent my changes. For example, I create a folder, /temp, after I res...
Randers asked 16/6, 2015 at 10:3

2

Solved

I have Docker Toolbox installed on windows 8.1 and I am creating an image based on ubuntu:latest (which should be 16.04). I want to make sure that my application is indeed run on 16.04. Here is my ...
Juncaceous asked 23/6, 2016 at 22:53

2

Solved

I'm trying to install Docker on a Windows computer but I get this message: Running pre-create checks... (default) No default Boot2Docker ISO found locally, downloading the latest release... ...
Nonpros asked 3/6, 2016 at 17:30

2

Solved

When running Laravel 5.2 within a PHP-7 docker container I'm getting response times in 300ms - 400ms. That is extremely slow although if I'm just echoing out phpinfo() on the same container the r...
Paludal asked 10/2, 2016 at 1:15

3

I have a deployment setup with Docker that works as follows: Build an image on my dev machine via a Dockerfile Push the image to a registry (I tried both Docker Hub and Quay.io) Pull this image t...
Bartle asked 28/10, 2015 at 14:20

1

I am using the Oracle VM VurtualBox 5.1.18 version Windows 10 version 64bit, and "Docker Quick Start Terminal" I installed the docker terminal and tried to run it. I got this message. So...
Briefs asked 27/3, 2017 at 2:49

2

Solved

At the moment I've got Docker v.1.7 and I'd want to upgrade it to latest (1.8 at the moment). Important part: I want to do this without installing Docker and boot2docker again. I wasn't able to f...
Piapiacenza asked 22/8, 2015 at 1:26

6

Solved

I've been playing around with docker on a mac so I need to install boot2docker to make it work. I have a pretty powerful machine and a very resource hungry app so I want to up the available memory...
Shan asked 26/6, 2014 at 3:56

4

Solved

Haven't found an answer anywhere... I created a VM (boot2docker) using docker-machine. I need to edit some files using root. What is the root password in boot2docker?
Kingship asked 18/9, 2015 at 8:9

2

Solved

I know how to create a new docker-machine with dns settings docker-machine create -d virtualbox --engine-opt dns=8.8.8.8 my_machine But there is already a "default" virtualmachine so is there a ...
Hodden asked 15/12, 2015 at 17:57

1

I have been running Docker on my windows with Docker ToolBox all fine for last 6 months. Suddenly, when starting my docker console I started getting following error: Error creating machine: Error ...
Indistinguishable asked 21/8, 2017 at 23:8

3

When I use Cisco VPN Anyconnect to join to my corporate network, I cannot get docker-machine to connect to my virtualbox VM. It has something to do with Cisco Anyconnect taking over all 192.168.. r...
Witham asked 30/11, 2015 at 6:34

1

Solved

I'm trying create a container to run a program. I'm using a pre configurate image and now I need run the program. However, it's a machine learning program and I need a dataset from my computer to r...
Mauriac asked 3/7, 2017 at 1:54

© 2022 - 2024 — McMap. All rights reserved.