Top "Boot2docker" questions

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

How to mount a host directory in a Docker container

I am trying to mount a host directory into a Docker container so that any updates done on the host …

docker mount boot2docker
How to clear the logs properly for a Docker container?

I use docker logs [container-name] to see the logs of a specific container. Is there an elegant way to clear …

docker docker-compose boot2docker docker-machine
Docker compose, running containers in net:host

I want to spawn 3 services in the "host" net using docker-compose. Here is my docker-compose.yml file: version: '2' …

docker docker-compose boot2docker
What's the difference between Docker Compose vs. Dockerfile

I have been reading up and learning about Docker, and am trying to correctly choose the Django setup to use. …

docker docker-compose dockerfile development-environment boot2docker
How to copy file from host to container using Dockerfile

I have written a Dockerfile which looks like this FROM ubuntu:12.04 RUN apt-get update RUN apt-get install -y wget Now …

docker boot2docker dockerfile docker-registry
What does the DOCKER_HOST variable do?

I'm new to Docker, using Boot2Docker on OSX. After booting it, this message is given: To connect the Docker …

macos virtual-machine daemon docker boot2docker
docker error: /var/run/docker.sock: no such file or directory

I am new to docker. I have a shell script that loads data into impala and I want a docker …

docker boot2docker
How to access Docker container's web server from host

I'm running under boot2docker 1.3.1. I have a Docker container running a web server via uwsgi --http :8080. If I attach …

docker boot2docker
How can I use a local file on container?

I'm trying create a container to run a program. I'm using a pre configurate image and now I need run …

docker dockerfile boot2docker docker-machine
Docker - how can I copy a file from an image to a host?

My question is related to this question on copying files from containers to hosts; I have a Dockerfile that fetches …

docker boot2docker