Top "Boot2docker" questions

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

How to install docker-compose on Windows

If I type the following commands in boot2docker as shown on the docker website: curl -L https://github.com/…

windows docker boot2docker docker-compose
exited with code 0 docker

I'm trying to launch container using docker-compose services.But unfortunetly, container exited whith code 0. Containers is build thanks to a …

docker docker-compose boot2docker docker-machine
docker-machine: no machine name, no "default" exists

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 …

windows docker boot2docker hyper-v docker-machine
Giving a docker container a routable ip address

I am running this on ubuntu 14.04 and have set docker0 to a static ip which is then routed to from …

ip docker iptables boot2docker
How do I SSH into the boot2docker host vm that the Vagrant 1.6 Docker Provider sets up?

I'm on OSX and I'd like to be able to SSH into the host vm in order to: Get access …

vagrant docker boot2docker
Can we pass ENV variables through cmd line while building a docker image through dockerfile?

I am working on a task that involves building a docker image with centOs as its base using a Dockerfile . …

docker environment-variables boot2docker dockerfile
docker-machine boot2docker root password

Haven't found an answer anywhere... I created a VM (boot2docker) using docker-machine. I need to edit some files using …

docker boot2docker docker-machine
Docker - image operating system "windows" cannot be used on this platform

I tried this on my Windows 10 machine: Dockerfile: From microsoft/nanoserver CMD ["echo", "Hello World"] PS C:\FSD\Docker\Trial1&…

docker docker-compose dockerfile boot2docker docker-machine
How to use --volume option with Docker Toolbox on Windows?

How can I share a folder between my Windows files and a docker container, by mounting a volume with simple …

docker boot2docker docker-toolbox
/var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?

I am very new to the docker when try to run docker info it gives me following error. $ docker info …

ubuntu docker boot2docker