I'm running Docker under Vagrant under OS X 10.8.4 (Mountain Lion), and whenever I try to delete a saved
When running Docker for a long time, there are a lot of images in system. How can I remove all unused Docker i
I managed to find the containers under directory /var/lib/docker/containers, but I can't find the images.
I'm new to Docker, and it's unclear how to access an external database from a container. Is the best
How do people deal with persistent storage for your Docker containers? I am currently using this approach: bu
When using Docker, we start with a base image. We boot it up, create changes and those changes are saved in la
I have build a Docker image from a Docker file using the below command. $ docker build -t u12_core -f u12_cor
This question is related to Should I be concerned about excess, non-running, Docker containers?. I'm won
I'm getting started working with Docker. I'm using the WordPress base image and docker-compose. I&a
Is there a command I can run to get the container's IP address right from the host after a new container
How do I transfer a Docker image from one machine to another one without using a repository, no matter private
I am trying to build a backup and restore solution for the Docker containers that we work with. I have Docker
In Dockerfiles there are two commands that look similar to me: CMD and ENTRYPOINT. But I guess that there is a
So I have a Nginx running inside a docker container, I have a mysql running on localhost, I want to connect to
I'm thinking of using Docker to build my dependencies on a Continuous Integration (CI) server, so that I
What is the difference between the COPY and ADD commands in a Dockerfile, and when would I use one over the ot
I keep rereading the Docker documentation to try to understand the difference between Docker and a full VM. Ho
In MySQL, how do I get a list of all foreign key constraints pointing to a particular table? a particular colu
I've created database, for example 'mydb'. CREATE DATABASE mydb CHARACTER SET utf8 COLLATE ut