Most answered questions in DevOps & Agile

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,777 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
936 views
+6 votes
1 answer

Web UI (Dashboard): https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Hey @nmentityvibes, you seem to be using ...READ MORE

Dec 13, 2018 in Kubernetes by Kalgi
• 52,360 points
7,119 views
0 votes
1 answer

How to fix the misconfiguration of DNS for python app?

Based on what you have mentioned in ...READ MORE

Dec 12, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,232 views
+1 vote
1 answer

Error saying "Error : group map (some junk)is already registered" when trying to run kubectl get nodes

Seems like the installed version of kubectl ...READ MORE

Dec 12, 2018 in Kubernetes by Kalgi
• 52,360 points
853 views
0 votes
1 answer

Docker for windows error: can’t access service on exposed port in windows container mode

You can try the following: Access container from different ...READ MORE

Dec 12, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
5,195 views
0 votes
1 answer

Docker for windows error: Failed to pull docker image using Docker for Windows via SSL

Try the following Login to your docker hub ...READ MORE

Dec 12, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
2,074 views
+4 votes
1 answer

How to orchestrate a multi-tier web-app over swarm cluster ?

I understand from your query that you ...READ MORE

Dec 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,006 views
+1 vote
1 answer

How to add a node as a manager in swarm cluster?

Here is what you can try and ...READ MORE

Dec 10, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
523 views
0 votes
1 answer

Get the Ip of a docker container

Here is what you need to do.  Firstly, ...READ MORE

Dec 10, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
686 views
0 votes
1 answer

Using kubernetes API on GKE

When you create a cluster using GKE, ...READ MORE

Dec 6, 2018 in Kubernetes by ajs3033
• 7,300 points
1,022 views
+1 vote
1 answer

--image-pull-policy not working in kubernetes

Kubernetes does not automatically update the pods ...READ MORE

Dec 6, 2018 in Kubernetes by DareDev
• 6,890 points
4,997 views
0 votes
1 answer

Docker for Windows error - Connecting a SQL Server database to a Docker container

The latest express sqlserver images with setting ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,098 views
0 votes
1 answer

Docker for Windows: Containers IP accessible in local network

Add more IP to the windows DockerNAT ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
959 views
0 votes
1 answer

WordPress write-access when using Docker for Windows

Try these steps: Start the container as administrator ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
456 views
0 votes
1 answer

How to configure load balancer in kubernetes ?

In the deployment file keep the type ...READ MORE

Dec 4, 2018 in Kubernetes by Haseeb
612 views
0 votes
1 answer

What is the docker for windows command for “-v /var/run/docker.sock:/var/run/docker.sock”?

Switch to Linux containers using Docker for ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,889 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,296 views
0 votes
1 answer

Docker for Windows error: Host Network Stack Use

I solved this by creating a separate ...READ MORE

Nov 30, 2018 in DevOps & Agile by Sophie may
• 10,610 points
516 views
0 votes
1 answer

Can Docker for Windows using Linux containers operate on a VMware vSphere Windows 10 VM?

In order to run linux containers, Docker ...READ MORE

Nov 30, 2018 in DevOps & Agile by Sophie may
• 10,610 points
861 views
0 votes
1 answer

Kubernetes:Unable to mount volumes with cloud-provider

Kuberenetes 1.5.0 and 1.5.3 does support cinder. ...READ MORE

Nov 30, 2018 in Kubernetes by DareDev
• 6,890 points
4,566 views
0 votes
1 answer

How to add registry entries in bulk while building my image using Docker for Windows?

You can create a file for your ...READ MORE

Nov 26, 2018 in DevOps & Agile by Sophie may
• 10,610 points
3,245 views
0 votes
1 answer

Docker for Windows error: “Failed to create symbolic link”

The error is telling you that  /var/www/html/externals/public_html ...READ MORE

Nov 26, 2018 in DevOps & Agile by Sophie may
• 10,610 points
3,613 views
0 votes
1 answer

How to deploy at least one pod per minion while configuring replication controller?

I think what you actually want to ...READ MORE

Nov 23, 2018 in Kubernetes by ajs3033
• 7,300 points
596 views
0 votes
1 answer

Kubernetes HTTPS Ingress in Google Container Engine

n order to have HTTPs service exposed ...READ MORE

Nov 23, 2018 in Kubernetes by DareDev
• 6,890 points
587 views
0 votes
1 answer

How do I add clusterrole to allow access to kubernetes dashboard

This completely depends on what roles you ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,152 views
0 votes
1 answer

Error saying "the program 'curl' is currently not installed"

Install curl using this command: apt-get update && ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,632 views
0 votes
1 answer

What are the different ways to access kubernetes dashboard?

There are three main ways to access ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,078 views
0 votes
1 answer

Error saying Ports in use when initializing the cluster

You get this error because there already ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
719 views
0 votes
1 answer

Kubernetes on Docker for Windows: No connection could be made because the target machine actively refused it.

The issue is with docker for windows ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
20,679 views
0 votes
1 answer

Docker for Windows error: Spinning up multiple docker containers locally with same port numbers

Alright, to publish a port, docker uses ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
764 views
0 votes
1 answer

How does Docker-for-selenium on Windows work?

In order for windows to support the ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
636 views
0 votes
1 answer

Is there a way to configure Docker for Windows to accept a self-signed SSL?

This issue is discussed in the official ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
9,977 views
0 votes
1 answer

Docker for Windows 10 error: //./pipe/docker_engine: access is denied

You can do this by making the ...READ MORE

Nov 22, 2018 in DevOps & Agile by Sophie may
• 10,610 points
8,978 views
0 votes
1 answer

Docker for Windows error: can't reach the database in Windows 10 enterprise evaluation

I faced a similar issue, just open ...READ MORE

Nov 22, 2018 in DevOps & Agile by Sophie may
• 10,610 points
607 views
0 votes
1 answer

How to delete multiple docker images at once?

Here is what you can try. There is ...READ MORE

Nov 21, 2018 in DevOps & Agile by Shubham
• 1,000 points
3,831 views
0 votes
1 answer

How to give a name to an image in Dockerfile ?

This needs to be done in your ...READ MORE

Nov 17, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,277 views
0 votes
1 answer

Difference between RUN and CMD in a docker file and when to use one or the other.

Here are the explanations for all the ...READ MORE

Nov 17, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
3,176 views
0 votes
1 answer

What is the basic difference between the running and starting of a Docker container?

Here is the basic difference between run ...READ MORE

Nov 16, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
958 views
0 votes
1 answer

Docker for Windows CE: installation error

You’re facing this problem because you’re running ...READ MORE

Nov 16, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
429 views
0 votes
1 answer

docker installation command not found

Here is a simple command which you ...READ MORE

Nov 16, 2018 in DevOps & Agile by anonymous
1,553 views
0 votes
1 answer

Upgrading the kubernetes cluster to the latest version

In the earlier version of kubernetes this ...READ MORE

Nov 15, 2018 in Kubernetes by ajs3033
• 7,300 points
379 views
0 votes
1 answer

Why does Docker for Windows make you pick either Windows or Linux containers?

Windows machine contains several components and one ...READ MORE

Nov 15, 2018 in DevOps & Agile by Sophie may
• 10,610 points
561 views
0 votes
1 answer

Unable to access kubernetes service on localhost with Docker for Windows

Two ways to expose a service from ...READ MORE

Nov 15, 2018 in DevOps & Agile by Sophie may
• 10,610 points
2,338 views
0 votes
1 answer

Kubernetes on Docker for Windows Error

This issue is with docker for windows ...READ MORE

Nov 14, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
746 views
0 votes
1 answer

Docker for Windows Error: does not work with Volumes

I was facing a similar issue. But ...READ MORE

Nov 14, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
435 views
0 votes
1 answer

How to setup error reporting in Stackdriver from kubernetes pods?

The basic idea is to start a ...READ MORE

Nov 13, 2018 in Kubernetes by ajs3033
• 7,300 points
1,089 views
0 votes
1 answer

Creating a kubernetes loadbalancer on AWS

Just put the type field as LoadBalancer ...READ MORE

Nov 13, 2018 in Kubernetes by DareDev
• 6,890 points
520 views
0 votes
1 answer

How to add a comment in a Dockerfile?

Here is what you have to do. Try ...READ MORE

Nov 13, 2018 in Docker by Damon Salvatore
• 5,980 points
8,915 views
0 votes
1 answer

Analyse a container's disk usage in Docker?

Here is a very simple command to ...READ MORE

Nov 13, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
947 views