Top "Boot2docker" questions

boot2docker is a lightweight Linux distribution based on Tiny Core Linux made specifically to run Docker containers.

Docker on Windows (Boot2Docker) - certificate signed by unknown authority error

I am running Docker on Windows (boot2docker + Oracle Virtual Box). In my corporate environment they modify the certificates so …

windows docker virtualbox boot2docker
Not enough entropy to support /dev/random in docker containers running in boot2docker

Running out of entropy in virtualized Linux systems seems to be a common problem (e.g. /dev/random Extremely Slow?, …

docker boot2docker
How to fix "error in run: Failed to get machine "boot2docker-vm": machine does not exist"?

Running boot2docker with the start|info|stop|delete arguments result in an error message: snowch$ boot2docker start error …

macos docker boot2docker
Redis Docker connection refused

I just built the redis docker instance $ docker pull redis After which I ran it like this. $ docker run --name=…

redis docker boot2docker dockerfile docker-compose
Difference between Docker and OpenVZ

I am newbie to the world of virtualization. Can some one explain to me the differences between OpenVZ and Docker? …

docker virtual-machine virtualization boot2docker openvz
Inserting a conditional RUN statement inside a dockerfile

I am trying to write a docker file which will run a RUN command to search for a word in …

shell docker boot2docker
What's the best way to share files from Windows to Boot2docker VM?

I have make my code ready on Windows, but I find it's not easy to share to boot2docker. I …

docker boot2docker
Docker: Error response from daemon: rpc error: code = 2 desc = "oci runtime error: exec format error"

I wrote the following docker file FROM cloudera/quickstart MAINTAINER abhishek "http://www.foobar.com" ADD ./SparkIntegrationTestsAssembly.jar / ADD ./entrypoint.…

docker dockerfile boot2docker
Cannot connect to redis running as container with boot2docker

On my MBP, with latest boot2docker installed, I have the following Dockerfile: FROM redis:3.0.3 CMD redis-server --bind 0.0.0.0 I run …

redis docker boot2docker
Docker daemon config file on boot2docker / docker-machine / Docker Toolbox

Where can I find docker daemon config file on boot2docker machine? According to this topic: Dockerfile: Docker build can't …

docker boot2docker docker-machine docker-toolbox