Trending questions in Docker

0 votes
1 answer

How do I install docker on windows?

Hey @Dipti, Follow these steps to install ...READ MORE

Feb 25, 2019 in Docker by Kalgi
659 views
0 votes
1 answer

What are the pre-requisites to install docker?

Docker installation on Ubuntu requires the following: One ...READ MORE

Feb 21, 2019 in Docker by Sushith
695 views
0 votes
1 answer

What all platforms does docker run on?

Hey @Albert, docker runs on the following ...READ MORE

Feb 13, 2019 in Docker by Imran
575 views
0 votes
1 answer

Install the HTTP package via docker file into centos base image.

Hey @Cerci, you can something like this: #HTTP ...READ MORE

Jan 22, 2019 in Docker by Kira
1,119 views
0 votes
1 answer

Error when trying to start host on Oracle Virtual Box

You have to enable the virtualization technology ...READ MORE

Dec 16, 2018 in Docker by Kiyara
2,738 views
0 votes
1 answer

Dockerfile to install MongoDB and create a default directory and end it with exposing it

Hey @Nisha, you could write a dockerfile ...READ MORE

Jan 22, 2019 in Docker by Pallavi
807 views
0 votes
1 answer

Why nginx is not accessible from Swarm worker node.

Hey @Ali, your steps look perfectly fine ...READ MORE

Jan 3, 2019 in Docker by Vishnu
1,659 views
0 votes
1 answer

How to obtain the Docker container's IP address from the host?

This can be done by executing the ...READ MORE

Jul 17, 2018 in Docker by Sophie may
• 10,610 points
8,607 views
0 votes
1 answer

How to enable/ disable Hyper-V for Docker on Windows?

You can do this from command prompt ...READ MORE

Sep 10, 2018 in Docker by Tyrion anex
• 8,700 points
6,126 views
0 votes
1 answer

Error after updating docker

Hey @Ali, try switching to 1.0.1 and ...READ MORE

Jan 8, 2019 in Docker by Vikas
902 views
0 votes
1 answer

How to change hosts in Docker for Windows in daemon.json?

you cannot specify options both as a ...READ MORE

Oct 16, 2018 in Docker by Tyrion anex
• 8,700 points
4,304 views
0 votes
2 answers

Docker hub vs docker cloud

Just get it from here: "This Docker ...READ MORE

Apr 29, 2019 in Docker by Vijay
• 200 points
1,564 views
0 votes
1 answer

How do I install Docker on Mac

Hey @Ali, follow this guide, hope it ...READ MORE

Jan 3, 2019 in Docker by Vishnu
522 views
0 votes
4 answers
+1 vote
1 answer

Can't recover docker swarm from pending state

First, note the node IDs On manager node: docker ...READ MORE

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

docker unauthorized: authentication required - upon push with successful login

I also had the same issue.This is ...READ MORE

Jul 31, 2018 in Docker by Kalgi
• 52,360 points
6,970 views
0 votes
1 answer

which is better to use between Dockerfile and docker compose?

Here is a concept that will help ...READ MORE

Nov 6, 2018 in Docker by Damon Salvatore
• 5,980 points
2,716 views
0 votes
1 answer

Require a sample pom.xml for a Java spring boot webservices with plugin for maven and docker

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

Dec 21, 2018 in Docker by Eric
782 views
+1 vote
1 answer

How to mount private SSH key on Docker for Windows container?

You could use a volume with -v ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
3,094 views
0 votes
1 answer

"docker build returned 1 instead of one of [0]" Error when writing a puppet manifest file.

Heyy @Hannah, You seem to be using ...READ MORE

Dec 16, 2018 in Docker by Kiyara
915 views
0 votes
1 answer

How to increase cpu share and memory of a container?

This should work: docker update --cpu-shares 5120 -m ...READ MORE

Dec 3, 2018 in Docker by Haseeb
1,278 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,557 views
0 votes
1 answer

Will hypervisor work in containerization?

Hypervisor is a function that creates and ...READ MORE

Dec 20, 2018 in Docker by anonymous
359 views
0 votes
1 answer

Dockerfile entrypoint script arguments in docker run

RUN instructions happen at build time. ENTRYPOINT and ...READ MORE

Jul 11, 2018 in Docker by Kalgi
• 2,680 points

edited Jul 11, 2018 by Kalgi 7,330 views
0 votes
1 answer

Docker - Cannot remove dead container

Try to unmount these blocked filesystems to ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
6,377 views
0 votes
1 answer

Which one to choose? Minikube vs Kubernetes in Docker for Windows

Docker Toolbox and minikube always use a ...READ MORE

Oct 9, 2018 in Docker by Sophie may
• 10,610 points
3,115 views
0 votes
1 answer

Interactive shell using Docker Compose

You need to include the following lines ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
6,174 views
+6 votes
4 answers

Error: Docker saying "bad file descriptor"

The solution was easy enough. Add these ...READ MORE

Mar 27, 2018 in Docker by DragonLord999
• 8,450 points
6,662 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,549 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,021 views
0 votes
1 answer

How to create “PersistentVolumeClaim” in Kubernetes on “Docker for windows”?

Try this: kubectl get storageclass gives output as ...READ MORE

Oct 4, 2018 in Docker by Tyrion anex
• 8,700 points
2,980 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,088 views
0 votes
1 answer

In Docker for windows how does communication between linux and windows containers work?

You can create a host file in ...READ MORE

Nov 9, 2018 in Docker by Sophie may
• 10,610 points
1,227 views
0 votes
1 answer

Docker for windows error: Internal server

Have you installed all the dependencies mentioned ...READ MORE

Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
1,059 views
0 votes
1 answer

How to access container from dev machine on Docker for windows?

What you can do is, allow access ...READ MORE

Nov 6, 2018 in Docker by Sophie may
• 10,610 points
1,287 views
0 votes
1 answer

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,245 views
–1 vote
1 answer

error saying "denied: requested access to the resource is denied" when trying to push an image to dockerhub

tag the image first and then push ...READ MORE

Sep 20, 2018 in Docker by Kalgi
• 52,360 points
3,214 views
0 votes
1 answer

How do I attach and detach from Docker's process?

Here is what you should use. Since ...READ MORE

Sep 11, 2018 in Docker by Damon Salvatore
• 5,980 points
3,550 views
0 votes
1 answer

How do I install phantomjs with node in docker

Here is what you can try. Link for existing ...READ MORE

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

Docker for Windows Error: Open cmd executing docker machine env

You can put the commands in: Shortcut Properties ...READ MORE

Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
677 views
0 votes
1 answer

Docker for Windows Error: Can't call chown inside Docker container

I’ve come across a similar issue, try ...READ MORE

Oct 30, 2018 in Docker by Tyrion anex
• 8,700 points
1,195 views
0 votes
1 answer

Docker for Windows error: Server not starting in IBM API connect toolkit

If you’re running on the most recent ...READ MORE

Nov 9, 2018 in Docker by Sophie may
• 10,610 points
754 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,634 views
+1 vote
1 answer

Unable to run Docker commands on Windows

This problem occurs because, docker daemon is ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
1,313 views
0 votes
1 answer

Docker error cannot delete docker container, conflict: unable to remove repository reference

First, remove the container names $ sudo docker ...READ MORE

Jul 31, 2018 in Docker by Kalgi
• 52,360 points
5,036 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,602 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,960 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,279 views
0 votes
1 answer

Docker for windows Error: Cannot ping google.com from windows containers

Docker for windows and linux have different ...READ MORE

Oct 16, 2018 in Docker by Tyrion anex
• 8,700 points
1,438 views
0 votes
1 answer

Is GPU pass-through possible in Docker for Windows?

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

Oct 8, 2018 in Docker by Tyrion anex
• 8,700 points
1,662 views