Skip to main content

All Questions

-1 votes
1 answer
76 views

set configuration of docker-desktop programaticaly

I'm here again, let's see if you can give me a hand... Normally when you install docker-desktop from 0, some configuration files are set to: C:\Users\AppData\Roaming\Docker\setting.json It is almost ...
Francisco IA Lover's user avatar
0 votes
1 answer
3k views

Docker Error : An unexpected error occurred, Restart Docker Desktop

I have installed Docker Desktop on Windows 11 using WSL 2 as the base. It seems to be working fine internally. However, every time I boot up or go to the settings screen, I get the following error at ...
Hodori's user avatar
  • 103
0 votes
1 answer
5k views

How to correctly mount/bind/... a local (host) dir into a docker container

I'm currently using Windows 11 and I try to construct a docker file for my development environment, which can be seen below. For me, the line RUN --mount=type=bind,target=/home/$username/src is ...
i_want_more_edits's user avatar