Questions tagged [docker-desktop]

For questions about the Docker Desktop application. Use this tag in combination with the general [docker] tag. If your question applies to Docker more generally, use the [docker] tag only.

Docker Desktop Enterprise is a new commercial desktop offering that is the easiest, fastest and most secure way to deliver production-ready containerized applications. Developers can work with frameworks and languages of choice while IT can securely configure, deploy and manage developer environments that align to corporate standards and practices. Together, organizations can rapidly deliver containerized applications from development to production.

Docker desktop for Mac

Docker desktop for Windows

944 questions
435
votes
58 answers

Docker cannot start on Windows

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 Built: Tue Nov 1 03:05:34 2016 …
Jim
  • 14,952
  • 15
  • 80
  • 167
398
votes
10 answers

Can Windows containers be hosted on Linux?

Is it possible to run Windows containers on Linux? The scenario is based on an application written in .NET (old net) and the Linux user that wants to run this with Docker needs to provide a net462 written API on the localhost. I am using the beta…
314
votes
11 answers

What is linux equivalent of "host.docker.internal"

On Mac and Windows it is possible to use host.docker.internal (Docker 18.03+) inside container. Is there one for Linux that will work out of the box without passing env variables or extracting it using various CLI commands?
klor
  • 3,596
  • 2
  • 13
  • 13
298
votes
11 answers

How can I change the location of docker images when using Docker Desktop on WSL2 with Windows 10 Home?

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 images. How do I change the docker images path? I'd…
neves
  • 33,186
  • 27
  • 159
  • 192
277
votes
19 answers

Locating data volumes in Docker Desktop (Windows)

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 docker inspect on the object will give you the…
Brad
  • 8,044
  • 10
  • 39
  • 50
168
votes
5 answers

What is "crypt key missing" error in Pgadmin4 and how to resolve it?

I am using pgadmin version 6.1. I am trying to connect to my postgres db hosted in docker with pgadmin on my local machine. I used the below command to get the docker container ip address: docker inspect -f…
akametta
  • 1,781
  • 2
  • 7
  • 4
112
votes
5 answers

Docker Compose failed to build - Filesharing has been cancelled

I've ran into an issue with Docker Desktop, currently im running the edge version as a user on Stackoverflow. Before I got the drive not shared for unknown reason error which was "solved" by installing edge version: Docker for Windows: Drive sharing…
infroz
  • 1,152
  • 2
  • 6
  • 13
76
votes
7 answers

Docker Desktop doesn't install saying docker-ce-cli not installable

In an online training course, the instructor mentioned that he has "an Ubuntu virtual machine installed with Docker Desktop"; therefore, I am trying to install the same on a Windows 10 physical host following the instructions on the official…
James
  • 1,373
  • 3
  • 13
  • 27
74
votes
8 answers

docker compose prompted error: no configuration file provided: not found

I had setup docker desktop with windows WSL integration version 2 and I run into issue when execute certain docker compose command with following errors docker compose logs no configuration file provided: not found However, there were no problem…
71
votes
17 answers

Why am I getting a "Cannot connect to the Docker daemon" error in WSL2?

Here is my setup: Windows 10 PRO - build 19041.153 - insider program - slow ring Ubuntu 18.04LTS subsystem in WSL2 mode Docker for desktop 2.2.0.4 - enabled WSL2 integration with my Ubuntu subsystem I am currently forced to use Windows for…
70
votes
1 answer

Docker Desktop - Filesharing notification about poor performance

When my Docker containers start, I receive the following notification that reads: Docker Desktop has detected that you shared a Windows file into a WSL 2 container, which may perform poorly. Click here for more details. My questions are: What…
Gregg Bursey
  • 1,097
  • 2
  • 11
  • 16
64
votes
7 answers

exec: "docker-credential-desktop.exe": executable file not found in $PATH

I got this error during docker build: => ERROR [internal] load metadata for docker.io/library/ubuntu:18.04 …
Deepak Bhavsar
  • 3,754
  • 2
  • 13
  • 21
64
votes
4 answers

docker build with Dockerfile, but the image has no name or tag

I installed Docker desktop for mac. The version is 1.12.0-rc4-beta19 when I use docker build -t self/centos:java8 . the image has no name or tag REPOSITORY TAG IMAGE ID CREATED SIZE
viewking
  • 675
  • 1
  • 6
  • 8
63
votes
11 answers

Error: "Failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest" when building a Docker image

I get the error: failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest when building the following Dockerfile: FROM mcr.microsoft.com/dotnet/framework/aspnet:4.8 COPY . /inetpub/wwwroot
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
63
votes
1 answer

"naming to docker.io", explanation and prevention?

Naming to docker.io/library/imageName When I build an image from a dockerfile, I see this statement appear in the docker build log, as the last statement of the build log that prints in the console. What does this mean? Does this mean a copy of the…
Robert Christ
  • 1,910
  • 2
  • 13
  • 19
1
2 3
62 63