Trending questions in Docker

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

Study resources for learning Docker

This a playlist of everything about docker, ...READ MORE

Sep 24, 2018 in Docker by Hannah
• 18,570 points
358 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

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
877 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,694 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

What is the difference between “expose” and “publish” in Docker?

Basically, you have three options: Neither specify EXPOSE nor -p -> ...READ MORE

Jul 18, 2018 in Docker by Nilesh
• 7,050 points
3,082 views
0 votes
1 answer

swarm manager does not connect to nodes docker daemons on AWS

You first need to ssh into the ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
1,449 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
855 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,627 views
0 votes
1 answer

Managers information from workers - Docker swarm

As of now there's no way to ...READ MORE

Oct 8, 2018 in Docker by Kalgi
• 52,360 points
402 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,350 views
0 votes
1 answer

Docker Machine error: Hyper-V PowerShell Module is not available

 The reason is the version of the ...READ MORE

Sep 7, 2018 in Docker by Tyrion anex
• 8,700 points
737 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 save a Dynamic port in Docker for Windows?

The mapped ports can be accessed via ...READ MORE

Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
609 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,060 views
0 votes
1 answer

Error: Docker for windows failing to start

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

Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
570 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,302 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,221 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
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
960 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,517 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
992 views
0 votes
1 answer

Unable to access Kubernetes UI

Try running the following commad: kubectl describe endpoints ...READ MORE

Aug 28, 2018 in Docker by Kalgi
• 52,360 points
692 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

How to run a docker command from inside the container?

You must have come across the /var/run/docker.sock file, ...READ MORE

Jun 28, 2018 in Docker by Sophie may
• 10,610 points
3,278 views
0 votes
1 answer

Terraform unable to get docker to join swarm

4th line of your code is incomplete You ...READ MORE

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

Access IP address of Couchbase container on Docker Swarm cluster

The property .NetworkSettings.Ports is a map, not a struct. ...READ MORE

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

Docker ports are working on the localhost but not with public ip

Probably, the reason is that you've included ...READ MORE

Jun 12, 2018 in Docker by Damon Salvatore
• 5,980 points

edited Oct 15, 2018 by Kalgi 3,939 views
0 votes
1 answer

how can I find docker image with specific tag in docker registry in docker command line?

As far as I know, the CLI ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
1,842 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
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

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

Restore a docker swarm

If there is something wrong only with ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
726 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,281 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

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

command for gettung container ids of all running containers

Id returned by docker service ps my-ngx is the <task_id> To ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
696 views
+1 vote
1 answer

How to push a docker image to a private repository

You need to tag your image correctly ...READ MORE

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

Why is docker image eating up my disk space that is not used by docker

Move the /var/llib/docker directory. Assuming the /root directory has enough ...READ MORE

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

Docker Swarm Cluster: daemonize

Make sure you run the deamon as ...READ MORE

Aug 27, 2018 in Docker by Kalgi
• 52,360 points
490 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 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 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

How can I expose more than 1 port with Docker?

To expose just one port, this is ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,360 points
1,734 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,367 views
0 votes
1 answer

Network timed out while trying to connect to https://index.docker.io

This happened because docker virtual machine gets ...READ MORE

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

Run the same container on all nodes

You can use the global service in ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
430 views