Top "Docker-container" questions

Docker Containers are the core of the docker platform in which programs and applications can be packaged and run in simulated environments.

'make' command not found in docker container

I have a docker image which is running docker host with ubuntu 14.04. In one of the containers, I am trying …

docker apache-kafka containers apt-get docker-container
Docker - Create new files as www-data and not root

I have a basic docker container which I build using docker-compose (version 3) to bring up a basic LAMP stack. The …

docker docker-compose docker-container
Update max_map_count for ElasticSearch docker container Mac host

I'm using this container to start elasticsearch in docker. In accordance with the manual I have to update max_map_…

elasticsearch docker containers docker-container
How to pass local machine's SSH key to docker container?

I'm trying to build a docker image from Dockerfile and one of the steps that need to be taken is …

git docker ssh dockerfile docker-container
docker swarm - how to balance already running containers in a swarm cluster?

I have docker swarm cluster with 2 nodes on AWS. I stopped the both instances and initially started swarm manager and …

docker docker-compose dockerfile docker-swarm docker-container
pause vs stop in docker

I am trying to understand what is the difference between the commands docker stop ContainerID and docker pause ContainerID. According …

docker restart docker-container pause
How to deal with state "Exit 0" in Docker

I have build a Docker image and afterwards run a container using Docker Compose. The following command will do the …

docker docker-compose exit entry-point docker-container
How are intermediate containers formed?

I would like to understand the execution steps involved in building Docker Images using Dockerfile. Couple of questions I have …

docker dockerfile docker-container
Docker container save logs on the host directory

I have a question similar to this one. When run my docker-compose.yml file, I automatically create a docker image …

docker docker-compose containers dockerfile docker-container
Is it possible to start a stopped container from another container

There are two containers A and B. Once container A starts, one process will be executed, then the container will …

docker docker-container