Top "Docker-machine" questions

docker-machine creates Docker Engines on your computer, on cloud providers, and/or in your data center, and then configures the Docker client to securely talk to them.

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
How do I run a docker instance from a DockerFile?

I finally figured out how to get docker up and running. docker run --name my-forum-nodebb --link my-forum-redis:redis -p 80:80 -p 443:443 …

docker docker-machine
Command for restarting all running docker containers?

How to restart all running docker containers? Mainly looking for a shortcut instead of doing docker restart containerid1 containerid2

docker docker-machine
Is it safe to clean docker/overlay2/

I got some docker containers running on AWS EC2, the /var/lib/docker/overlay2 folder grows very fast in disk …

docker docker-compose docker-machine
Docker is in volume in use, but there aren't any Docker containers

I've been having issues with removing Docker volumes with Docker 1.9.1. I've removed all my stopped containers so that docker ps …

docker docker-machine
Docker Machine: No space left on device

I'm trying to set up Docker Machine with Docker Compose. Scenario 1 (without Docker Machine) If I run docker-compose up -d …

docker docker-compose docker-machine
How to increase docker-machine memory Mac

I am new to Docker, and trying to go through this tutorial setting up MemSQL from a Docker image - …

macos docker virtualbox docker-machine singlestore
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
How to ssh into docker-machine VirtualBox instance?

docker-machine version 0.2.0 docker version 1.6.2 I'm using docker-machine to create a machine using VirtualBox. Everything works fine but I'd like to …

docker docker-machine
Unable to start Docker service with error "Failed to start docker.service: Unit not found."

I have installed Docker with yum install docker: $ uname -a Linux caspgval4 3.10.0-229.20.1.el7.x86_64 #1 SMP Wed Nov 4 10:08:36 CST 2015 x86_64 …

docker docker-machine