Most voted questions in Docker

0 votes
1 answer

How to run firefox inside docker container?

Hi@akhtar, Generally, if you run firefox inside docker ...READ MORE

Apr 16, 2020 in Docker by MD
• 95,440 points
19,346 views
0 votes
1 answer

ERROR: for wp_wordpress_1 Cannot create container for service wordpress: invalid volume specification: ‘E:\docker\wp\html:/var/www/html:rw’

Hi@akhtar, As you are using Windows system, you ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
2,321 views
0 votes
1 answer

Uncaught Error: Call to undefined function mysqli_connect

Hi@akhtar, This error may occurred because “PHP mysqli plugin” is ...READ MORE

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

Job for docker.service failed because the control process exited with error code.

Hi@akhtar, Before starting your docker service check if ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
16,038 views
0 votes
1 answer

Error starting daemon: pid file found, ensure docker is not running or delete /var/snap/docker/179/run/docker.pid

Hi@akhtar, It means the previous PID file of ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
64,316 views
0 votes
1 answer

configure mysql database using docker-compose.

Hi@akhtar, To configure mysql database using docker-compose, you ...READ MORE

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

[ERROR] [Entrypoint]: Database is uninitialized and password option is not specified

Hi@akhtar, As we know mysql database requires user ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
13,814 views
0 votes
1 answer

Error: Package: containerd.io-1.2.13-3.1.el7.x86_64 (dvd)Requires: container-selinux >= 2:2.74

Hi@akhtar, When you try to install from a ...READ MORE

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

could not initialize port layer: bridge mask is not compatible with bridge pool mask

Hi@akhtar, You may specified a --bridge-network-range that cannot accommodate a ...READ MORE

Apr 8, 2020 in Docker by MD
• 95,440 points
377 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
859 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
946 views
0 votes
1 answer

Error response from daemon: container 2e5637957f172 encountered an error during CreateContainer: failure in a Windows system call: Logon failure

Hi@akhtar, I think Hyper V isn't enabled in your Windows ...READ MORE

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

How to create local yum inside docker?

Hi@akhtar, You can create local yum inside docker. ...READ MORE

Apr 6, 2020 in Docker by MD
• 95,440 points
2,399 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
988 views
0 votes
1 answer

How to change iptables policy?

Hi@akhtar, Docker uses iptables program in background. So ...READ MORE

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

How to expose my docker container?

Hi@akhtar, To expose you container from outside you ...READ MORE

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

error: permission denied in docker ?

Hi@akhtar, This is because of docker permission for ...READ MORE

Mar 23, 2020 in Docker by MD
• 95,440 points
6,500 views
0 votes
1 answer

Do docker containers have their own kernel and CPU?

Hi@akhtar, No. Docker image/container only has the application ...READ MORE

Mar 23, 2020 in Docker by MD
• 95,440 points
7,514 views
0 votes
1 answer

What unique advantages Docker bring over other containers technologies?

Hi@akhtar, Docker takes advantage of containers and file ...READ MORE

Mar 23, 2020 in Docker by MD
• 95,440 points
649 views
0 votes
1 answer

How can I connect a docker container to two docker networks that I have created?

Hi@akhtar, It's correct that the network argument of ...READ MORE

Mar 23, 2020 in Docker by MD
• 95,440 points
10,048 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
849 views
0 votes
3 answers

COPY in Dockerfile does not work

You cannot overwrite /etc/hosts in a docker ...READ MORE

Mar 19, 2020 in Docker by Thomas Baumann
2,275 views
0 votes
1 answer

How to create our own docker image?

Hi@akhtar, There are two ways to create docker ...READ MORE

Mar 11, 2020 in Docker by MD
• 95,440 points
767 views
0 votes
0 answers

Can we install docker inside docker?

Hi everyone, Can we install docker inside docker ...READ MORE

Mar 9, 2020 in Docker by akhtar
• 38,230 points
493 views
0 votes
1 answer

run script shell inside docker app and mongodb container not working?

Hi, I think this error occurs because you ...READ MORE

Mar 9, 2020 in Docker by MD
• 95,440 points
4,873 views
0 votes
0 answers

Not able to run my docker conatiner in local host

FROM ubuntu MAINTAINER Luke Crooks "luke@pumalo.org" RUN apt-get update RUN ...READ MORE

Feb 21, 2020 in Docker by Haseeb
• 120 points
518 views
0 votes
1 answer

How can I install systemctl tool in Docker container?

Hi@akhtar, In docker container if you want to ...READ MORE

Feb 5, 2020 in Docker by MD
• 95,440 points
19,596 views
0 votes
1 answer

Error on executing docker inspect while the docker image build is successfull.

Just type docker inspect contid /name without ...READ MORE

Feb 4, 2020 in Docker by viper
1,433 views
0 votes
1 answer

Which is good monitoring tool for checking docker container health end to end or any shell scripts for it?

You can try using these commands: docker ps curl - ...READ MORE

Feb 3, 2020 in Docker by anonymous
• 6,260 points
1,130 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
899 views
0 votes
1 answer

Convert a Docker container into a Singularity container

Its pretty simple. You can just use ...READ MORE

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

MySQL container with PHPMyAdmin or with xampp

I couldn’t get your point. Overall it ...READ MORE

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

laravel with docker ubuntu

You are using a port below 100 ...READ MORE

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

if I remove one container will my volume also get deleted

If the volume is being referenced to ...READ MORE

Nov 25, 2019 in Docker by Aria
1,251 views
0 votes
1 answer

Docker volume error "Error response from daemon: unable to remove volume: remove DataVolume: volume is in use"

Hi @Hannah, The error mentions which container is ...READ MORE

Nov 25, 2019 in Docker by Aria
5,467 views
0 votes
1 answer

Share data between two different containers - Docker

Hi @Hannah, follow these steps: 1. Create an ...READ MORE

Nov 25, 2019 in Docker by Aria
1,685 views
0 votes
1 answer

Can I achieve auto-scaling on an increased load for Docker containers?

You can use a Load Balancer. It ...READ MORE

Nov 15, 2019 in Docker by Payal
1,132 views
0 votes
1 answer

Docker compose to bring up a Prometheus server

I think this docker-compose should be helpful. ...READ MORE

Oct 23, 2019 in Docker by Eric
6,094 views
0 votes
1 answer
0 votes
1 answer

Docker error "ERROR: for nginx Cannot start service nginx: oci runtime error"

I had faced a similar issue and ...READ MORE

Sep 24, 2019 in Docker by anonymous
• 52,360 points
6,119 views
0 votes
1 answer

Run composer while I'm in container

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

Sep 30, 2019 in Docker by Sirajul
• 59,230 points
463 views
0 votes
1 answer
0 votes
1 answer

Docker: Error response from daemon: timeout was reached before the node joined

The above failure happens when the ‘manager’ ...READ MORE

Aug 28, 2019 in Docker by Sirajul
• 59,230 points
6,965 views
0 votes
1 answer

Docker Architecture

Docker is having a  client-server architecture. The ...READ MORE

Aug 27, 2019 in Docker by kim
656 views
0 votes
1 answer

Basic docker usage workflow.

Everything starts with the Dockerfile. The Dockerfile ...READ MORE

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

Dockerfile - What does it include?

Basic instructions in a dockerfile FROM instruction : Usage ...READ MORE

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

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
790 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

What is the swarm mode public key infrastructure?

Built-in Public Key Infrastructure System helps to ...READ MORE

Aug 23, 2019 in Docker by Sirajul
• 59,230 points
689 views