Most voted questions in Docker

0 votes
1 answer

What are the different volume mount types available in docker?

There are three mount types available in ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
8,466 views
0 votes
1 answer

How to disable networking stack for a docker container?

If you want to completely disable the ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
2,008 views
0 votes
1 answer

Memory requirement issue for a docker container

Docker provides ways to control how much ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
2,467 views
0 votes
1 answer

Is it possible to spin-up a docker host on a cloud platform?

Yes, It is definitely possible to spin ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
552 views
0 votes
1 answer

How to connect shell to my new docker host?

Use the following command to connect your ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
653 views
0 votes
1 answer

Error: docker-machine command not found

Hey @Ruby, You can indeed spin-up multiple ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
7,789 views
0 votes
1 answer

How is docker machine different from docker engine?

Docker machine is different from Docker engine ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
28,149 views
0 votes
1 answer

How to connect a docker container to user-defined bridge network?

When you create a new container, you ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
3,014 views
0 votes
1 answer

Declaring default environment variables in docker-compose.

Compose supports declaring default environment variables in ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
2,275 views
0 votes
1 answer

Docker Swarm

Docker Swarm is a technique to create and ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
848 views
0 votes
1 answer

Can I exclude a IP address from a MacVLAN network ?

Yes, this is certainly possible. If you need ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
3,416 views
0 votes
1 answer

How to Backup, Restore or Migrate data volumes in a docker container?

Steps to Backup a container 1)     ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
13,775 views
0 votes
1 answer

How to create a user-defined Bridge network in docker?

To create a user-defined bridge network, one ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
2,409 views
0 votes
1 answer

Mount a volume and run a docker container in read-only mode

You can achieve this using the following $ ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
1,531 views
0 votes
1 answer

Is it possible to use docker compose to build a swarm/kubernetes cluster?

Yes, one can deploy a stack on ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
764 views
0 votes
1 answer

What is the process for stopping and restarting a docker container?

If you want to stop a docker ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
8,844 views
0 votes
1 answer

How do I delete the build cache for a docker image?

You could try this inorder to clean ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
12,175 views
0 votes
1 answer

Why Docker compose does not wait for a container to be ready before moving on to start next service in dependency order?

Docker Compose always starts and stops containers ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points

edited Jul 3, 2019 by Sirajul 2,648 views
0 votes
1 answer

Can I give an advance instructions to run later, during the next build stage in docker?

You can definitely give a trigger instruction ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
736 views
0 votes
1 answer

Is it possible to use JSON instead of YAML for docker-compose file?

You can use JSON instead of YAML ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
4,420 views
0 votes
1 answer

How do I install docker-compose on linux?

Docker Compose is a tool for defining ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
9,358 views
0 votes
1 answer

what does docker import command do?

docker import command Imports the contents from ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
6,360 views
0 votes
1 answer

how do I create an image from a tar archive in docker?

You can use docker load command inorder to get ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
7,979 views
0 votes
1 answer

How does save and export command work in docker and how are they different from one another?

Export : Export is used to persist a ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points

edited Jul 2, 2019 by Sirajul 6,647 views
0 votes
1 answer

How to move Docker containers from one host to another?

Yes you could definitely do it the ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
11,935 views
0 votes
1 answer

How do I start a Docker container with a volume?

You can first create the volume and ...READ MORE

Jul 2, 2019 in Docker by Namik
• 1,230 points
24,061 views
0 votes
1 answer

Does the feature of "Garbage Collection" exist in Docker?

Yes you can clean up resources in ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
2,012 views
0 votes
2 answers

How to open docker containers file system?

Adding on to @DareDev's answer there's one ...READ MORE

Aug 5, 2019 in Docker by Sirajul
• 59,230 points
20,108 views
0 votes
0 answers

what is the use of docker history command in Docker?

I am trying to find the initial ...READ MORE

Jun 20, 2019 in Docker by Shubham
• 1,000 points
1,259 views
0 votes
1 answer

Can I run docker-compose inside a container?

Compose can also be run inside a ...READ MORE

Jun 10, 2019 in Docker by Sirajul
• 59,230 points
5,776 views
0 votes
1 answer

Is it possible to create a custom docker image from a running docker container?

Yes you can create a custom docker ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,230 points
832 views
0 votes
2 answers

Installing jenkins with Docker

You should have docker properly installed on ...READ MORE

Aug 5, 2019 in Docker by Sirajul
• 59,230 points
664 views
0 votes
1 answer

What's the best way to monitor docker container?

You can use Docker API or Docker ...READ MORE

Mar 14, 2019 in Docker by Kim
533 views
0 votes
1 answer

How do I activate Xdebug for your running?

In your docker command or your docker-compose.yml ...READ MORE

Mar 12, 2019 in Docker by Jason
348 views
0 votes
2 answers

How do i ssh into a running conatiner?

To bash into a running container,you could ...READ MORE

Aug 9, 2019 in Docker by Sirajul
• 59,230 points
948 views
0 votes
1 answer

How to install Docker on CentOS?

Hey @Dishant, follow these steps to install ...READ MORE

Feb 27, 2019 in Docker by Avinash
883 views
0 votes
1 answer

How do I install docker on windows?

Hey @Dipti, Follow these steps to install ...READ MORE

Feb 25, 2019 in Docker by Kalgi
661 views
0 votes
1 answer

How to create a container and run images in docker?

Look for what all images you have ...READ MORE

Feb 23, 2019 in Docker by Kalgi
• 52,360 points
1,828 views
0 votes
1 answer

What are the pre-requisites to install docker?

Docker installation on Ubuntu requires the following: One ...READ MORE

Feb 21, 2019 in Docker by Sushith
697 views
0 votes
1 answer

How do I install docker on Ubuntu?

Hey @Vijay, Follow these steps: Add the GPG ...READ MORE

Feb 22, 2019 in Docker by Sridhar
1,083 views
0 votes
1 answer

What all platforms does docker run on?

Hey @Albert, docker runs on the following ...READ MORE

Feb 13, 2019 in Docker by Imran
577 views
0 votes
0 answers

Worker cannot connect to docker swarm manager

I have setup the docker swarm manager ...READ MORE

Jan 25, 2019 in Docker by Hamza
• 200 points

recategorized Feb 4, 2019 by Vardhan 4,144 views
0 votes
1 answer

Dockerfile to install MongoDB and create a default directory and end it with exposing it

Hey @Nisha, you could write a dockerfile ...READ MORE

Jan 22, 2019 in Docker by Pallavi
813 views
0 votes
1 answer

Dockerfile to install apache server and start httpd service on it.

Hey @Kali, That's pretty simple. You could have ...READ MORE

Jan 22, 2019 in Docker by Yesha
22,911 views
0 votes
1 answer

Install the HTTP package via docker file into centos base image.

Hey @Cerci, you can something like this: #HTTP ...READ MORE

Jan 22, 2019 in Docker by Kira
1,122 views
0 votes
1 answer

Error after updating docker

Hey @Ali, try switching to 1.0.1 and ...READ MORE

Jan 8, 2019 in Docker by Vikas
906 views
0 votes
1 answer

How do I install Docker on Mac

Hey @Ali, follow this guide, hope it ...READ MORE

Jan 3, 2019 in Docker by Vishnu
523 views
0 votes
1 answer

Why nginx is not accessible from Swarm worker node.

Hey @Ali, your steps look perfectly fine ...READ MORE

Jan 3, 2019 in Docker by Vishnu
1,662 views
0 votes
1 answer

Require a sample pom.xml for a Java spring boot webservices with plugin for maven and docker

Hey @Ali, have a look at this ...READ MORE

Dec 21, 2018 in Docker by Eric
785 views