Latest questions in Docker

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

Docker swarm scale

try docker node update --availability=drain <nodename> this will stop ...READ MORE

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

"Access Denied" Error in Windows

Take ownership of the file or folder ...READ MORE

Aug 24, 2018 in Docker by Tyrion anex
• 8,700 points
635 views
0 votes
1 answer

Docker for Windows Error: No hyper-visor is present on this system

Here is what worked for me: Open ...READ MORE

Aug 24, 2018 in Docker by Tyrion anex
• 8,700 points
1,711 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
956 views
+3 votes
4 answers

Not able to connect worker nodes to the swarm. Connection refused error

This definitely has to be a firewall issue. ...READ MORE

Apr 26, 2019 in Docker by Vaidya
18,084 views
0 votes
1 answer

replicate docker swarm cluster

There is nothing like in-built utilities for ...READ MORE

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

Init could not choose ip address error while doing docker swarm init

First look for the public IP of ...READ MORE

Aug 23, 2018 in Docker by Nilesh
• 7,050 points
3,103 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
991 views
0 votes
1 answer

Docker-Swarm: Join a docker-swarm from another subnet

You need the following ports open between ...READ MORE

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

docker swarm http connectivity

Yeah you can connect to a remote ...READ MORE

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

Docker Swarm Linking

Linking in docker is complicated and difficult. ...READ MORE

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

Docker Swarm Overlay Network Communication

Try to recreate network like this : docker ...READ MORE

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

docker swarm throwing an error “swarm already part of swarm”

You run the docker swarm init to create ...READ MORE

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

Error while trying to run an image - Docker

This error means that the container tries ...READ MORE

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

Docker holding a lot of disk space

Check your docker redundant containers and images ...READ MORE

Aug 22, 2018 in Docker by ajs3033
• 7,300 points
826 views
0 votes
1 answer

IBM Cloud:Cannot filter work items in DevOps Track and Plan in

When you search with the # the ...READ MORE

Aug 21, 2018 in Docker by DareDev
• 6,890 points
416 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,289 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,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,081 views
0 votes
2 answers
0 votes
1 answer

Docker for Windows cleanup

Download docker-ci-zap.exe from https://github.com/jhowardmsft/docker-ci-zap and then run it in powershell with ...READ MORE

Aug 15, 2018 in Docker by Sophie may
• 10,610 points
3,575 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
891 views
0 votes
1 answer

Error: Docker for Windows not working

The following worked for me: Download VirtualBox 5.03  Reboot ...READ MORE

Aug 14, 2018 in Docker by Sophie may
• 10,610 points
1,161 views
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

Aug 27, 2018 in Docker by Mahesh Ajmeria
3,212 views
0 votes
1 answer

Docker image of maven returns this error - could not create local repository

Instead of mounting the root/.m2 folder to ...READ MORE

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

How do I get into a Docker container?

docker attach will let you connect to your ...READ MORE

Aug 10, 2018 in Docker by Kalgi
• 52,360 points
600 views
+1 vote
4 answers

Docker Compose wait for container X before starting Y

You can use the depends_on feature was ...READ MORE

May 7, 2019 in Docker by Kunal
10,588 views
0 votes
1 answer

Docker compose no response

May be you’ve used Charles as proxy ...READ MORE

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

Docker-Compose with Docker 1.12 “Swarm Mode”

you can run docker service commands on ...READ MORE

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

Can you use docker-compose files to start services in Docker 1.12 swarm-mode?

Yess, you can. you must download/install the ...READ MORE

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

No output in output file even though pexpect scrift runs succesfully

You've got to wait til the ls ...READ MORE

Aug 10, 2018 in Docker by DareDev
• 6,890 points
3,430 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,536 views
0 votes
1 answer

On running mvn-version, I get the exception UnsupportedClassVersionError received error. How do I solve this?

This happens because your jdk version is ...READ MORE

Aug 7, 2018 in Docker by Sophie may
• 10,610 points
619 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
900 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
869 views
+1 vote
1 answer

How to deploy a java app to Docker?

If you are having JAR file, the quickest ...READ MORE

Aug 2, 2018 in Docker by Damon Salvatore
• 5,980 points
814 views
+1 vote
1 answer

How to expose docker container's ip and port to outside docker host without port mapping?

you can accomplish this with IP aliasing ...READ MORE

Aug 2, 2018 in Docker by Kalgi
• 52,360 points

edited Jan 16, 2020 by Kalgi 30,932 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
867 views
0 votes
2 answers

Docker: unable to prepare context: unable to evaluate symlinks in Dockerfile path: GetFileAttributesEx

Very cliche, but check if the Dockerfile ...READ MORE

Apr 23, 2019 in Docker by Umer
28,456 views
0 votes
1 answer

Running docker-compose on a docker gitlab-ci-multi-runner

The problem (as I understand it) is ...READ MORE

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

How to ssh into docker-machine VirtualBox instance?

You can log into docker-machine hosts by ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
1,129 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,599 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,349 views
0 votes
1 answer

docker missing var/lib/docker folder

Try restarting docker systemctl restart docker or sudo service docker ...READ MORE

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

build context for docker image very large

The Docker client sends the entire "build ...READ MORE

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

Running docker on Android

According to the documentation, the Android kernel is ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
3,410 views
0 votes
2 answers

Docker Network Nginx Resolver

I had the exact same error. Funny ...READ MORE

May 7, 2019 in Docker by Pallavi
9,775 views