Most viewed questions in Docker

0 votes
0 answers

Why is Docker installed but not Docker Compose?

By using the commands below, I was ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,109 views
0 votes
1 answer

What is the stack difference between VirtualBox and Docker for Windows?

In my opinion you should use Docker ...READ MORE

Oct 9, 2018 in Docker by Sophie may
• 10,610 points
1,103 views
0 votes
1 answer

Docker daemon config file on boot2docker / docker-machine / Docker Toolbox

Inside boot2docker (boot2docker ssh) / docker-machine (docker-machine ...READ MORE

Jul 31, 2018 in Docker by Kalgi
• 52,360 points
1,102 views
0 votes
1 answer

How to configure docker to use proxy?

Hi@akhtar, You can configure proxy variables in the /etc/sysconfig/docker ...READ MORE

May 12, 2020 in Docker by MD
• 95,440 points
1,089 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,084 views
0 votes
1 answer

How to configure my docker container to use a different logging driver?

When you start a docker container, you ...READ MORE

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

How to make ‘Docker for windows’ use another VM besides MobylinuxVM?

docker-machine env can output the environment for cmd ...READ MORE

Aug 16, 2018 in Docker by Sophie may
• 10,610 points
1,075 views
0 votes
1 answer

Docker can't connect to docker daemon

The Post-installation steps for Linux documentation reveals the following ...READ MORE

Jul 18, 2018 in Docker by Kalgi
• 2,680 points
1,072 views
0 votes
0 answers

docker-compose up for only certain containers

I have numerous containers in a docker-compose.yml ...READ MORE

Apr 18, 2022 in Docker by pranav
• 2,590 points
1,066 views
0 votes
1 answer

Docker for windows error: Internal server

Have you installed all the dependencies mentioned ...READ MORE

Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
1,063 views
0 votes
1 answer

Docker Swarm- Build image only when stack deployed from manager node

Use docker build to build the image. ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
1,057 views
0 votes
1 answer

Error: docker-engine-selinux conflicts with docker-selinux-*

The first command checks for docker in ...READ MORE

Aug 1, 2018 in Docker by Sophie may
• 10,610 points
1,001 views
0 votes
1 answer

Virtual machine disk space in Docker for Windows beta

The MobyLinux Hyper-V machine is provisioned on ...READ MORE

Oct 8, 2018 in Docker by Tyrion anex
• 8,700 points
992 views
0 votes
1 answer

Is my data stored permanently inside docker container?

Hi@akhtar, Yes, whatever you stored inside docker container ...READ MORE

Apr 6, 2020 in Docker by MD
• 95,440 points
989 views
0 votes
1 answer

Docker Swarm and self-signed Docker Registry

Add your self signed cert to the ...READ MORE

Aug 22, 2018 in Docker by Nilesh
• 7,050 points
987 views
0 votes
1 answer

Docker for Windows error: Can't connect to ASP.Net site in Docker for Windows

I faced the same problem, but I ...READ MORE

Sep 28, 2018 in Docker by Tyrion anex
• 8,700 points
983 views
0 votes
1 answer

(firefox:195): Gdk-ERROR **: 08:02:02.249: The program 'firefox' received an X Window System error.

Hi@akhtar, As you are using X11 forwarding from ...READ MORE

Apr 16, 2020 in Docker by MD
• 95,440 points
979 views
0 votes
0 answers

Cadvisor container root partition monitoring when using overlay2 with size limits

I am trying to monitoring root partitions ...READ MORE

Sep 10, 2020 in Docker by anghelutar
• 120 points
961 views
0 votes
0 answers

Python flask application access to docker secrets in a swarm

I'm new to Docker and want to ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
957 views
0 votes
1 answer

Is it possible to create a docker swarm cluster using nodes on different cloud providers?

if your nodes could access each other, ...READ MORE

Jul 12, 2018 in Docker by Kalgi
• 2,680 points
952 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
949 views
0 votes
1 answer

Docker: port 80 bind error.

Try to add an inbound rule for ...READ MORE

Oct 20, 2020 in Docker by Lokesh
948 views
0 votes
1 answer

Error response from daemon: client is newer than server (client API version: x.xx, server API version: 1.23)

Hi@akhtar, This version of vSphere Integrated Containers Engine ...READ MORE

Apr 8, 2020 in Docker by MD
• 95,440 points
948 views
0 votes
1 answer

Error saying "must specify a listening address"

To define non system IP Address: IP Addresses used with ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
946 views
0 votes
1 answer

ImportError: libhunspell-1.3.so.0: cannot open shared object file: No such file or directory in dockerfile.

Hi@Hasid, I am not able to understand the ...READ MORE

Apr 17, 2020 in Docker by MD
• 95,440 points
939 views
+1 vote
1 answer

Load balance docker swarm

There could be two possibilities  The command in docker-compose.yml file should be ...READ MORE

Aug 24, 2018 in Docker by Kalgi
• 52,360 points
937 views
0 votes
1 answer

How to add one worker node to the Docker swarm?

Hi@akhtar, You will get one token when you ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,440 points
936 views
0 votes
1 answer

Switching from swarm to kubernetes for a node while using the "mixed" orchestrator type.

To change the orchestrator type for a ...READ MORE

Jul 5, 2019 in Docker by Sirajul
• 59,230 points
935 views
+6 votes
3 answers

Difference between image and container - Containerization cencepts

Entire concept of docker and Kubernetes is ...READ MORE

Sep 12, 2018 in Docker by Kalgi
• 52,360 points
924 views
0 votes
1 answer

How can I achieve high availability of my application using docker swarm?

High Availability is a feature where you ...READ MORE

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

"docker build returned 1 instead of one of [0]" Error when writing a puppet manifest file.

Heyy @Hannah, You seem to be using ...READ MORE

Dec 16, 2018 in Docker by Kiyara
918 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
909 views
0 votes
1 answer

Run a docker singularity image

It's very similar to running a docker ...READ MORE

Nov 26, 2019 in Docker by Priyank
900 views
0 votes
1 answer

How to add Lucee Extensions in Docker For Windows using CommandBox?

Okay, you just have to open lucee ...READ MORE

Oct 10, 2018 in Docker by Tyrion anex
• 8,700 points
897 views
0 votes
1 answer

How to base a docker volume with docker container?

Run the following command: docker run -d --volumes-from ...READ MORE

Aug 5, 2018 in Docker by Sophie may
• 10,610 points
892 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
885 views
0 votes
1 answer

Error: “Docker for Windows: No hypervisor is present”

I faced the same error and this ...READ MORE

Aug 14, 2018 in Docker by Sophie may
• 10,610 points
876 views
0 votes
1 answer

Efficient way to run a Docker Compose stack in production?

Here is a concept which you can ...READ MORE

Aug 2, 2018 in Docker by Damon Salvatore
• 5,980 points
865 views
0 votes
1 answer

Docker Toolbox - hang on `docker push`

You can just run: docker-machine stop <name-of-your-docker-machine> which is ...READ MORE

Aug 2, 2018 in Docker by Kalgi
• 52,360 points
864 views
+1 vote
1 answer

How do I start a shell session in a running container without using ssh

Here is what you can try. you should ...READ MORE

Sep 11, 2018 in Docker by Damon Salvatore
• 5,980 points
863 views
0 votes
1 answer

docker: Error response from daemon: No volume store named (default) exists.

Hi@akhtar, By default, vic-machine create does not create ...READ MORE

Apr 8, 2020 in Docker by MD
• 95,440 points
861 views
0 votes
4 answers
0 votes
1 answer

Packer Docker Builder with remote docker daemon

Packers Docker builder doesn't work with remote ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
860 views
0 votes
1 answer

Basic built in security features of docker.

Here are few basic built -in security ...READ MORE

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

unable to connect to docker container created via docker toolbox from browser of windows 8

Hi@Abhishek, You can't connect the docker container from ...READ MORE

Nov 16, 2020 in Docker by MD
• 95,440 points
854 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
853 views
0 votes
0 answers

How to invoke a Docker secret key in c# console application? I want a sample code for it.

Actually I want hide a salt key ...READ MORE

Mar 20, 2020 in Docker by anonymous
• 120 points
850 views
0 votes
1 answer

Error: Cannot access server in docker container

Try to publish your port: docker run -p ...READ MORE

Sep 7, 2018 in Docker by Tyrion anex
• 8,700 points
850 views
0 votes
1 answer

How to install podman in Linux?

Hi@akhtar, If you are using RedHat/CentOs system, then ...READ MORE

Apr 20, 2020 in Docker by MD
• 95,440 points
845 views
0 votes
1 answer

Why do my services take 10 seconds to recreate or stop?

Docker compose stop attempts to stop a ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
843 views