I've figured out the syntax to mount a volume (Kubernetes YAML): apiVersion: v1 kind: Pod metadata: ... spec: containers: - name: php v ...
I've figured out the syntax to mount a volume (Kubernetes YAML): apiVersion: v1 kind: Pod metadata: ... spec: containers: - name: php v ...
How to access and execute local system folders/files in jenkins when jenkins image is installed in docker desktop container? Please help me to find a ...
Let's say I have a complex container that I start with the following command: As you can see, I use a custom .env file and override my docker-compo ...
Problem: I started my system as usual but my docker-desktop doesn't work, WSL doesn't respond to commands and there is a process called "Vmmem" using ...
I am a beginner at Docker. I need to create two containers for mongo and mongo-express. But, I'm getting an error as error during connect: This error ...
When I run docker version, I will see docker-init version in the Server part. May I ask what is docker-init for? Is it a Linux init system specific to ...
I am using kubernetes with docker desktop on MacOS Monterey. I have problem with starting kubernetes, because 1 year passed and my kubernetes certific ...
I'm using docker desktop (4.X) over win10 pro. We are building Windows applications and using Windows containers. On our setup, the folder C:\Program ...
I've been building and destroying couple of terraform projects and then after couple of hours came to a weird error saying: tried to check everythi ...
I have just installed docker and I was following the getting started guide but there seems to be some error and I can not figure out what it is I am v ...
I'm getting this error when executing docker run --rm -it alpine /bin/sh: I'm using Docker Desktop on Windows with WSL2. I've tried docker rmi alp ...
I need advise, how to backup Docker/K8. I am migrating my dev/lab environment from VMWare to Docker (which I am not 100% familiar yet) and I need to ...
How can I change the default location for storing Docker images in Windows? I currently have Docker installed on my C: drive, and the images are store ...
. Answers to this question are eligible for a +100 reputation bounty. m ...
I'm following this article https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/ but I'm facing and issue. So Windows 1 ...
I'm running Docker Desktop on Windows. I have the following settings: running wsl command confirms Ubuntu as the default distro Does this mean w ...
I got a new Windows 10 machine where I installed all my dev tools including Docker desktop. I noticed that the containers I spun up couldn't access an ...
After the installation of KB5020873 and KB5021235 patches onto a Server 2016 Standard all Docker Desktop images disappeared. Docker desktop was runnin ...
After installation of docker desktop getting the below error. System.InvalidOperationException: job failed with message: 'DockerDesktopVM' failed to ...
I'm trying to install calico locally (for development/testing) on Kubernetes with docker-desktop (Windows with WSL2). I want to install it to test net ...