Most voted questions in Docker

0 votes
2 answers

Invalid key error message while using Docker for Windows

I think the problem is with the ...READ MORE

Sep 17, 2020 in Docker by Kim
821 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
960 views
0 votes
1 answer

How to make Grafana container data persistent?

Hi@akhtar, You need to create a volume in ...READ MORE

Sep 7, 2020 in Docker by MD
• 95,440 points
8,539 views
0 votes
1 answer

How to configure Grafana on Docker?

Hi@akhtar, You need to pull the Grafana image ...READ MORE

Sep 7, 2020 in Docker by MD
• 95,440 points
746 views
0 votes
1 answer

mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied

Hi@akhtar, You are getting this error because Grafana ...READ MORE

Sep 7, 2020 in Docker by MD
• 95,440 points
16,999 views
0 votes
1 answer

How to find a Docker container IP address from the command line?

Hi@akhtar, You can use the docker inspect command ...READ MORE

Sep 4, 2020 in Docker by MD
• 95,440 points
3,720 views
0 votes
1 answer

Error: error response from daemon get https //registry-1.docker.io/v2/ connection refused

Hi@akhtar, Sometimes it happens. I also faced this ...READ MORE

Aug 27, 2020 in Docker by MD
• 95,440 points

reshown Nov 22, 2023 by Soumya 211,195 views
0 votes
1 answer

Error: 'logs/gunicorn-error.log' isn't writable [FileNotFoundError(2, 'No such file or directory')

Hi@akhtar, Before trying with a docker container, I ...READ MORE

Aug 24, 2020 in Docker by MD
• 95,440 points
3,784 views
0 votes
1 answer

How to install zabbix in docker?

Hi@akhtar, In your Zabbix server, create a folder ...READ MORE

Aug 24, 2020 in Docker by MD
• 95,440 points
4,014 views
0 votes
1 answer

How to create a secret in docker?

Hi@akhtar, In Docker, a secret is any blob ...READ MORE

Aug 17, 2020 in Docker by MD
• 95,440 points
524 views
0 votes
1 answer

bash script, Write a script that will automatically provision 3 docker containers

Hi, It is very simple if you know ...READ MORE

Aug 17, 2020 in Docker by MD
• 95,440 points
2,561 views
0 votes
1 answer

How to launch a Docker container for MySQL?

Hi@akhtar, You can download MySQL image from the docker ...READ MORE

Jul 29, 2020 in Docker by MD
• 95,440 points
564 views
0 votes
1 answer

docker: driver failed programming external connectivity on endpoint webserver

Hi@akhtar, I also faced the same issue, when ...READ MORE

Jul 29, 2020 in Docker by MD
• 95,440 points
11,542 views
0 votes
1 answer

Delete multiple docker images at a time.

Hi@akhtar, You can create your customize command to ...READ MORE

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

Error: Failed to download metadata for repo 'AppStream'

Hi@akhtar, I think network connectivity is not proper ...READ MORE

Jun 22, 2020 in Docker by MD
• 95,440 points
5,613 views
0 votes
1 answer

Failed to get D-Bus connection: Operation not permitted.

Hi@akhtar, Service command will not work inside the ...READ MORE

Jun 22, 2020 in Docker by MD
• 95,440 points
9,730 views
0 votes
1 answer

How to launch one Docker container for Logstash?

Hi@akhtar, You can find one Docker image for ...READ MORE

Jun 17, 2020 in Docker by MD
• 95,440 points
2,032 views
0 votes
1 answer

How to launch one Docker Container for ElasticSearch Engine?

Hi@akhtar, You can use ElasticSearch image that is ...READ MORE

Jun 16, 2020 in Docker by MD
• 95,440 points
439 views
0 votes
1 answer

sudo: no tty present and no askpass program specified - how to resolve this error

Hi@Roshin, When you use sudo command, it will ask ...READ MORE

Jun 11, 2020 in Docker by MD
• 95,440 points
5,355 views
0 votes
1 answer

-su: cd: /root/: Permission denied

Hi@akhtar, You are trying to run your command ...READ MORE

Jun 6, 2020 in Docker by MD
• 95,440 points
3,232 views
0 votes
1 answer

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)

Hi@akhtar, To install any software using non root ...READ MORE

Jun 6, 2020 in Docker by MD
• 95,440 points
13,073 views
0 votes
1 answer

How to enable SSH inside Docker container?

Hi@akhtar, To enable SSH inside Docker Container, you ...READ MORE

Jun 4, 2020 in Docker by MD
• 95,440 points
17,231 views
0 votes
1 answer

How to export Docker container metrics?

Hi@akhtar, By default, docker will not allow you ...READ MORE

May 28, 2020 in Docker by MD
• 95,440 points
814 views
0 votes
1 answer

fault tolerance algo superposion

Hi@emna, I don't know to much related to ...READ MORE

Jun 5, 2020 in Docker by MD
• 95,440 points
465 views
0 votes
1 answer
0 votes
1 answer

How to create customize jenkins image in docker?

Hi@akhtar, You can pull Jenkins image from docker ...READ MORE

May 18, 2020 in Docker by MD
• 95,440 points
1,231 views
0 votes
1 answer

Google Kubernetes Engine: Enable HTTPS for Service type

Hello @kartik, Specifically in Google Kubernetes Engine (GKE), ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,880 points
451 views
0 votes
1 answer

Error:Failed to start redis.service Unit redis-server.service is masked

Hello, If redis.service file is missed in directory path /etc/systemd/system/redis.service so we ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,880 points
18,891 views
0 votes
1 answer

How to run a cron job inside a docker container?

Hii, crond works well with tiny on Alpine RUN apk add --no-cache ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,880 points
5,021 views
0 votes
1 answer

Which institute provides Docker online training?

Hi@akhtar There are a number of institutes which ...READ MORE

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

Which are some best Docker tutorials for beginners?

Hi@akhtar As a beginner, I have gone through some youtube ...READ MORE

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

run docker inside docker container!

Hi@akhtar, There are different ways to run docker ...READ MORE

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

iptables v1.6.0: can't initialize iptables -F: Permission denied (you must be root)

Hi@akhtar, You may get this error, if you didn't ...READ MORE

May 12, 2020 in Docker by MD
• 95,440 points
17,980 views
0 votes
1 answer

How to copy files from docker container to local system?

Hi@akhtar, You can copy your file from docker ...READ MORE

May 12, 2020 in Docker by MD
• 95,440 points
2,418 views
0 votes
1 answer

How to make a port available to services outside of Docker?

Hi@akhtar, By default docker containers works in a ...READ MORE

May 5, 2020 in Docker by MD
• 95,440 points
2,142 views
0 votes
1 answer

how to install maven,java{jdk}, jenkins.war file & apache tomcat on dockerfile?

Hi, In real scenario docker container is used ...READ MORE

May 4, 2020 in Docker by MD
• 95,440 points
2,038 views
0 votes
1 answer

How to remove all docker containers in a single command?

Hi@akhtar, I don't think there are any pre ...READ MORE

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

How to configure wordpress tool using docker-compose?

Hi@akhtar, You can download wordpress image from docker hub. WordPress is ...READ MORE

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

Why docker container keeps on restating?

Hi@akhtar, Docker containers exit by default if no ...READ MORE

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

Yum is not working inside docker container!

Hi@akhtar, Sometime dns is not able to resolve ...READ MORE

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

Failed to start podman.service: Unit podman.service not found.

Hi@akhtar, Before starting Podman service, you have to ...READ MORE

Apr 20, 2020 in Docker by MD
• 95,440 points
3,796 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
844 views
0 votes
0 answers

Running a distributed server on multiple containers using docker-compose under a bash script

Hi everyone I'm trying to run a ...READ MORE

Apr 20, 2020 in Docker by anonymous
• 120 points
549 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
0 votes
1 answer

load balancing using dns server in docker container.

Hi@akhtar, There are lots of platform which is ...READ MORE

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

error creating aufs mount to /var/lib/docker/aufs/mnt/6c1b42ce1a98b1c0f2da7f1-init: invalid argument

Hi@akhtar, To solve this error, you have to ...READ MORE

Apr 16, 2020 in Docker by MD
• 95,440 points
6,658 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
978 views