Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I have an Issue with a keycloak kubernetes pod that kept crashing after I added an unused favicon.css to the themes/test/login/resources/img folder. MRE The following files and commands should ...
code4God's user avatar
0 votes
0 answers
116 views

The latest docker desktop can't pull. I use docker desktop and pull in Docker Hub, it shows (HTTP code 500) server error - failed to resolve reference "docker.io/n8nio/n8n:latest": failed to ...
K J Sora's user avatar
0 votes
1 answer
105 views

I have a dockerfile with the following contents: FROM mcr.microsoft.com/windows/servercore:ltsc2022 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $...
Matt M's user avatar
  • 1,480
1 vote
2 answers
171 views

I install the solace/solace-pubsub-standard:latest Image successfully in docker desktop. Then I can see it in the Docker desktop as show below. After successful Image installation in Docker Dektop ...
Tech123's user avatar
  • 21
0 votes
1 answer
505 views

I'm using Visual Studio Code v1.100.1 with Docker Desktop 4.41.2 and the Dev containers extension v0.413.0. I have four docker containers running locally and want to attach vscode to one of them. The ...
Olivier's user avatar
  • 23
0 votes
0 answers
43 views

I have a web application (React and Laravel) Dockerized but it doesn't recognize code changes. docker-compose.yml services: mysql: image: mysql:5.7 container_name: hoopcliq-mysql restart:...
JayDev95's user avatar
  • 1,147
0 votes
0 answers
105 views

I am new to Docker using Docker desktop on Windows 10. Docker "Hello World" works. I am trying to dockerize a Django/Postgres project using a yml file. The containers are created, can be ...
Natalie's user avatar
  • 471
0 votes
0 answers
38 views

I have a gitlab-ci.yml which builds a project and should deploy it to a windows share, but the second stage where I mount a windows share does not work inside my runner. I have a windows machine with ...
Vario's user avatar
  • 530
0 votes
0 answers
996 views

I work in a company(with a firewall if that matters) and i need to use docker destop, however Docker seems to be unable to start/install the Docker engine. Docker Engine Settings: { "builder&...
Felix Conrad's user avatar
0 votes
0 answers
54 views

I’m supposed to be working on a team project using a Next.js monorepo with a PostgreSQL backend, both running in Docker containers. Important: I get the same error both on mac and windows!! The ...
Mioara Cenusa's user avatar
0 votes
1 answer
104 views

In my local windows dev environment, I've run az aks get-credentials --resource-group $RG --name $AKS --overwrite-existing kubectl now connects to AKS cluster. How do I revert the KUBECONFIG to ...
Liero's user avatar
  • 27.8k
0 votes
1 answer
296 views

When starting DockerDesktop on Windows 10 it raise the following error: provisioning docker WSL distros: ensuring main distro is deployed: checking if main distro is up to date: checking main distro ...
Sadegh Ghanbari's user avatar
0 votes
0 answers
78 views

I expect the host machine to receive TFTP requests. When testing with tftpboot and busybox_tftp_client, I can successfully download the file using: tftp -g -l /tmp/testfile -r testfile tftpbootHowever,...
joe liu's user avatar
0 votes
0 answers
65 views

Newbie here. Started downloading HDP2.6.5 using "docker pull hortonworks/sandbox-hdp:2.6.5" on DOCKER DESKTOP , but wifi router has to be restarted in between download(total 15gb took 3hrs ),...
Abhi Patill's user avatar
-1 votes
1 answer
68 views

I'm working on a docker compose where I'm trying to mount a host directory to container directory but I'm getting the following error; docker compose up --build Error response from daemon: invalid ...
saviashan's user avatar
-1 votes
1 answer
690 views

I am trying to install Docker Desktop on Ubuntu 24.04 so that I can install Mealie on a home server. I am following the Docker Desktop instructions. I have added the Docker Apt repository and ...
Darien Marks's user avatar
0 votes
1 answer
60 views

I'm unable to hit stop events, such as StoppingAsync and IHostApplicationLifetime.ApplicationStopping, from BackgroundService while debugging in Visual Studio 2022 (17.12.3) and docker desktop (4.36.0)...
JohnGoldsmith's user avatar
0 votes
1 answer
56 views

I am running the simple deployment below (webapp with 5 replicas and a load balancer) in the single node Docker Desktop K8 cluster on Windows as host. The webapp simply serves a page that displays the ...
Sebastian Dine's user avatar
0 votes
1 answer
74 views

Docker Desktop For Windows on WSL2 I'm following the k8s blog here : https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/ I'm able to create the kubernetes dashboard x@y:...
BaltoStar's user avatar
  • 9,151
-1 votes
1 answer
64 views

I was trying to build a quick flarum and config a database to it in docker. MariaDB was running well, but when I try to connect it to my flarum container, it doesn't connect. mariaDB images : https://...
123 123's user avatar
  • 21
1 vote
1 answer
381 views

I'm currently trying to build a docker image with openTofu but the build always fail with context not found. The exact error is: Error: failed to read downloaded context: failed to load cache key: Get ...
Hugo Laulhere's user avatar
0 votes
0 answers
59 views

The net.sctp.sctp_rmem and net.sctp.sctp_wmem kernel parameters are missing in recent verions of Docker Desktops linuxkit. They are for tweaking SCTP socket read/write buffer sizes. These params are ...
George's user avatar
  • 7,693
0 votes
0 answers
86 views

I am new to Docker. I have installed DockerDesktop. I am trying to expose an ASP.NET Core Web API via docker containers. This is my docker file: # This stage is used to build the service project FROM *...
user1447718's user avatar
0 votes
0 answers
15 views

I have a docker and docker desktop installed on the fresh Ubuntu 24.04. After restart the system I have docker daemon running $ sudo systemctl status docker ● docker.service - Docker Application ...
Oleksiy Tikh's user avatar
1 vote
1 answer
232 views

When running a Docker Compose project, its set of containers is displayed as a group in Docker Desktop: What is the name of this grouping? (group, project...) Neither docker ps nor docker container ...
Pragmateek's user avatar
  • 13.6k

1
2 3 4 5
21