docker-desktop Questions

3

I run WSL2 on Windows with an Ubuntu distribution inside WSL, and Docker desktop using the integrated "WSL2-based engine". If I do wsl --shutdown in the CLI, Docker Desktop complains abou...

5

Solved

I want to locate a container's log location. I use Docker Desktop for Windows I know that on linux they are at /var/lib/docker/containers/ But where is it. Is it hidden away somewhere in an ina...
Anapest asked 19/12, 2016 at 9:16

7

Solved

I'm running Docker Desktop for MacOS and I don't know how to stop the Docker service. It runs all the time using up the MacBook battery. On a simple search, there are docs showing how to stop the ...
Nanny asked 12/11, 2020 at 7:50

1

I normally use the command line when using docker (I have since the beginning), but I wanted to give docker desktop dashboard a try. I'm trying to build an image into a container via the dashboard'...
Pander asked 7/4, 2021 at 22:55

2

Solved

When trying docker login, I get this error: Error saving credentials: error storing credentials - err: docker-credential-desktop resolves to executable in current directory (./docker-credential-des...
Nomenclature asked 26/4, 2023 at 9:30

10

Using Docker Desktop (19.03.13) with 6 containers in Windows 10. Having 16GB RAM. In docker stats each container consumes 20-500 mb, all together cunsume ~1gb. But in the Task Manager docker eats ~...
Orfurd asked 30/10, 2020 at 16:19

3

Solved

I have installed docker desktop on my windows 10 and have enabled Kubernetes. When I run the kubectl config current-context command I am getting this response gke_k8s-demo-263903_asia-south1-a_kubi...
Klemm asked 12/11, 2020 at 14:13

2

When building a SpringBoot image on macOS through docker using: ./gradlew bootBuildImage I get an error of dial tcp: lookup github.com: i/o timeout at the Paketo Buildpack for BellSoft Liberica 10...
Westonwestover asked 6/10, 2023 at 17:51

4

TL;DR It seems I'm constantly running into networking problems when using WSL2 and Docker Desktop for Windows. Normally, I can access a port started from a WSL2 instance ("distribution&q...

1

My windows docker container cannot resolve host.docker.internal, but it's working with Linux containers. I would prefer to stay with Linux containers, but I am having trouble with an old .Net frame...

5

Solved

I always used docker-compose on Ubuntu, in this environment containers are named with underscore: <project>_<service>_<replica> But now, I switched to Windows 10 (using Docker D...
Soccer asked 6/10, 2021 at 10:28

6

Solved

I have some makefiles where most of the stuff should run without configuration. These makefiles have used docker-machine in the past. Is there a way to detect in Bash if the user is using Docker De...
Adult asked 6/7, 2016 at 12:26

59

Executing docker version command on Windows returns the following results: C:\Projects> docker version Client: Version: 1.13.0-dev API version: 1.25 Go version: go1.7.3 Git commit: d8d3314 ...
Loos asked 7/11, 2016 at 6:46

12

Solved

I've just upgraded to Windows 10 Home May 2020, activated WSL2, and installed Docker Desktop. WSL2 must be installed in my system disk, which is a small SSD. I don't want to fill it with docker ima...
Bolometer asked 18/6, 2020 at 2:21

4

Solved

I get below error when try to install Docker Desktop for Windows 4.0.0 Component CommunityInstaller.ExecAction failed: Process InstallerCli.exe exited with code 1 at CommunityInstaller.InstallWork...
Bromate asked 5/9, 2021 at 5:31

14

Failed to start service: The service did not respond to the start or control request in a timely fashion at CommunityInstaller.Service.Service.<StartAsync>d__4.MoveNext() --- End of stack tr...
Humphreys asked 15/5, 2020 at 3:45

2

Solved

I am trying to install Docker Desktop on Windows 10 Pro 21H1, but I'm constantly getting the below error: Component CommunityInstaller.EnableFeaturesAction failed: Not found at CommunityInstaller...
Irwinirwinn asked 3/7, 2021 at 18:50

2

Git is not detected when I open dev container in VisualStudio Code even when I cloned the file from GitHub using SSH key. Docker Desktop is working fine, also Everything is working fine as I can pe...
Pinnate asked 10/7, 2022 at 19:12

1

Solved

With Docker 4.22 came a new "Resource Saver Mode". However, this is considerably slowing me down as it now takes several minutes to do any operations, such as running a container, when Do...
Parrett asked 9/9, 2023 at 4:38

14

Solved

I have installed Docker Desktop (version : 2.3.0.4) and enabled Kubernetes. I deployed couple of PODS and everything was working fine, Since yesterday I am facing a weird issue mentioned below: Una...
Anole asked 8/8, 2020 at 7:29

2

Solved

Windows 10, DockerDesktop v3.5.2, Docker v20.10.7 Whenever my computer is disconnected from the Internet the command docker build -t my_image . produces output like the following. Dockerfile contai...
Hebron asked 25/7, 2021 at 17:9

14

Solved

I am running Windows Subsystem Linux (WSL) with Ubuntu as client OS under Windows 10. Now I installed Docker Desktop on the Windows host and enabled the WSL integration in the Docker settings. That...
Almeda asked 7/4, 2020 at 15:35

20

I have installed Docker Desktop version 4.4.4 and it is not running. It only displays "Docker Desktop Starting ..." but never starts running. I have tried so many ways but didn't solve: ...

4

Installed docker desktop for windows 10 Used powershell to run docker containers ( ubuntu ) Now, I want to browse to /var/lib/docker --> want to browse to overlay2 to check layers.. /diff folde...
Alded asked 26/2, 2020 at 7:14

19

Solved

I'm trying to learn docker at the moment and I'm getting confused about where data volumes actually exist. I'm using Docker Desktop for Windows. (Windows 10) In the docs they say that running doc...
Bastardy asked 3/4, 2017 at 10:0

© 2022 - 2025 — McMap. All rights reserved.