Most viewed questions in Docker

0 votes
1 answer

Is GPU pass-through possible with docker for Windows?

GPU access from within a Docker container ...READ MORE

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

How to cache data for containers?

Many build tools like maven etc, will ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
2,661 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,649 views
0 votes
2 answers

How can I inspect the file system of a failed `docker build

Failed command is a build that has ...READ MORE

Aug 6, 2018 in Docker by Nilesh
• 7,050 points
2,647 views
0 votes
1 answer

Kubernetes authentication with certificate

The Jenkins error log warning message indicates ...READ MORE

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

How do I solve this Docker for windows error: Cannot start service spark: container?

I got the same error, just run ...READ MORE

Sep 25, 2018 in Docker by Tyrion anex
• 8,700 points
2,603 views
0 votes
1 answer

Docker dm_task_run failed error

This is disk space issue. Use the following ...READ MORE

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

docker login unknown shorthand flag: 'e'

add this to your call --no-include-email here is the ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,360 points
2,571 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

Load Docker image from a tar file.

Hi@akhtar, You can load an image in your ...READ MORE

Sep 28, 2020 in Docker by MD
• 95,440 points
2,551 views
0 votes
1 answer

Error: Shell script fails on Docker for windows

I got a similar error, just try ...READ MORE

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

Unable to bring up the container using custom shell script as docker entrypoint

You have to put something infinite so ...READ MORE

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

Unable to switch filesystem to overlay in Docker in Ubuntu.

From the official docs: https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/#configure-docker-with-the-overlayoverlay2-storage-driver To configure Docker ...READ MORE

Jul 18, 2018 in Docker by ajs3033
• 7,300 points
2,509 views
0 votes
2 answers

Error while installing Docker for windows 10

RUN cmd as administrator then check use ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
2,486 views
0 votes
1 answer

Error saying "network vme_int not manually attachable."

Configure the attachable property using the composer ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
2,486 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
+1 vote
2 answers

Whats the difference between CMD and ENTRYPOINT?

Both the instructions , we are using ...READ MORE

Aug 10, 2020 in Docker by Vishal
• 260 points
2,425 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,421 views
0 votes
1 answer
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

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,401 views
0 votes
1 answer

How to store data in external drive with Docker Postgres:9.3 image?

Apparently, the problem would be in your ...READ MORE

Jul 12, 2018 in Docker by Kalgi
• 2,680 points
2,351 views
0 votes
1 answer

How to send docker using terraform to aws cloudwatch?

Check if you set all the permissions ...READ MORE

Jun 7, 2018 in Docker by DareDev
• 6,890 points
2,348 views
0 votes
1 answer

Jenkins Docker Pipelining inside Docker

The issue is here: /var/jenkins_home/workspace/alfred-master@tmp/durable-713ce0d7/script.sh: 2: /var/jenkins_home/workspace/alfred-master@tmp/durable-713ce0d7/script.sh: docker: ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
2,336 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,322 views
+2 votes
1 answer

Creating docker swarm using ansible

hello @hannah, You need to use the ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
2,282 views
0 votes
1 answer

How to continue running a docker container which is already exited?

Restart an existing container after you exited ...READ MORE

Jul 19, 2018 in Docker by Sophie may
• 10,610 points
2,281 views
0 votes
1 answer

How to increase docker-machine memory Mac

when you create docker machine, you can ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
2,280 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,276 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

Slave image does not support running docker

You need to install docker client and ...READ MORE

Jul 19, 2018 in Docker by Kalgi
• 2,680 points
2,273 views
0 votes
1 answer

stateful or stateless - which application are more useful for docker containers?

It is preferable to create a Stateless ...READ MORE

Jul 24, 2019 in Docker by Yamini
2,269 views
0 votes
1 answer

Kubernetes can't start due to too many open files in system

Run the below command to know about ...READ MORE

Aug 21, 2018 in Docker by Damon Salvatore
• 5,980 points
2,265 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,256 views
0 votes
1 answer

Is there a way to override the default dockerfile when i try to build a container using build() in a jenkins pipeline?

You can pass other arguments to docker build ...READ MORE

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

Could you please provide roles and responsibilities for a person skilled with Docker Tool?

Docker plays a crucial role in DevOps, ...READ MORE

Oct 28, 2020 in Docker by Ashish
2,233 views
+2 votes
0 answers

trying to create a service to multiple nodes and getting "no such image"

How come this has come up as ...READ MORE

Feb 2, 2020 in Docker by Karenh
• 200 points
2,228 views
0 votes
1 answer

Docker containers as Jenkins Slave build agents

When you encapsulate the stage inside a ...READ MORE

Jun 16, 2018 in Docker by Atul
• 10,240 points
2,215 views
0 votes
1 answer

Cannot download Docker images behind a proxy

Follow these steps Step 1- create a systemd ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,360 points
2,208 views
+1 vote
1 answer

Build Docker image for PHP Web application - ADD failed

Thank you Sirajul Yes, I have changed it ...READ MORE

Jul 15, 2019 in Docker by limcw
• 270 points
2,205 views
0 votes
1 answer

docker set iptables options in docker-compose.yml

The --iptables option only applies to the ...READ MORE

Aug 2, 2018 in Docker by Kalgi
• 52,360 points
2,203 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
2 answers

Can't access apache karaf docker container

To access karaf shell directly you can ...READ MORE

Aug 6, 2018 in Docker by Nilesh
• 7,050 points
2,119 views
+1 vote
3 answers

Docker on Windows error: “docker pull redis” fails

I faced a similar issue, the server ...READ MORE

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

How to create docker image from EC2?

Hi@Lakshminarayanan, As you said you have a Windows ...READ MORE

Dec 30, 2020 in Docker by MD
• 95,440 points
2,093 views
0 votes
1 answer

Where can I find Docker log (driver json-file) location for ‘Docker for windows’?

For windows, the container storage is the ...READ MORE

Aug 16, 2018 in Docker by Sophie may
• 10,610 points
2,073 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,040 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,033 views
+1 vote
1 answer

How to mount a host directory in a Docker container?

Hi@akhtar, You can use the -v option in ...READ MORE

Dec 23, 2020 in Docker by MD
• 95,440 points
2,025 views
0 votes
1 answer

Enter in a Docker container already running with a new TTY?

Here is what you can try. For docker ...READ MORE

Oct 27, 2018 in Docker by shubham
• 7,340 points
2,023 views