Most answered questions in DevOps & Agile

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,018 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,980 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,083 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
947 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
598 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,874 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,286 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
512 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
856 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,558 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,228 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,595 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
585 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
573 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,143 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,611 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,065 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
711 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,653 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
757 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
625 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,932 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,938 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
602 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,811 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,261 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,157 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
949 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
425 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,544 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
375 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
553 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,329 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
739 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
431 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,074 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
510 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,897 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
936 views
0 votes
1 answer

How do I view localhost with Lando and Docker for windows?

There is a URL on your output ...READ MORE

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

Docker for Windows error: i/o timeout

You’re facing a very common error. Just ...READ MORE

Nov 13, 2018 in DevOps & Agile by Sophie may
• 10,610 points
4,173 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
685 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,074 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,231 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
763 views
0 votes
1 answer

Docker for Windows Server 2016 requires update

First of all, you don’t need to ...READ MORE

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

How do I restart a single container with docker-compose?

Actually it's not that difficult. Here is ...READ MORE

Nov 8, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
7,200 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,720 views
0 votes
1 answer

Accessing client IP of HTTP request from GKE

i assume you set up your service ...READ MORE

Nov 6, 2018 in Kubernetes by DareDev
• 6,890 points
1,754 views