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
0
votes
1 answer

After configuring for docker, minikube doesn't run anymore

I user minikube on windows. It was working perfectly, but my "docker-for-desktop" wasn't. After running the command BCDEDIT /Set {current} hypervisorlaunchtype auto my Docker app started to work but everytime I try to start my minikube VM it shows…
LuccasMF
  • 413
  • 5
  • 15
0
votes
1 answer

How do you migrate Docker Desktop Kubernetes clusters to Google Kubernetes Engine

I'm trying to migrate and host a Kubernetes cluster that I made locally on my machine using Docker Desktop to Google Kubernetes Engine but I'm not sure where to start or how to do it properly. Any help is appreciated, thanks!
Nomnom
  • 4,193
  • 7
  • 27
  • 37
0
votes
1 answer

Windows folder mounted to linux docker container volume not displaying all folders

I have a docker container created from an alpine image and am running it on docker-desktop on Windows 10 pro. The purpose is to use it as an sftp server. I have mounted my D drive as a volume in the docker-compose file. In the entrypoint script i…
Raptop
  • 169
  • 2
  • 13
0
votes
0 answers

Imposible to connect rabbitmq after heartbeats timeout

When I debug my java client code. I wait so long and rabbitmq server logs "missed heartbeats from client, timeout: 60s" error. It is ok. But after this error occurd it is impossible to connect rabbitmq server again even if I restart java client.…
Gürcan Kavakçı
  • 562
  • 1
  • 11
  • 24
0
votes
0 answers

docker image build failing;operating system is not supported

I am following 'kubernetes-for-java-developers' Arun gupta's tutorial for learning docker/kubernetes. https://github.com/arun-gupta/kubernetes-for-java-developers I am failing in this particular step docker image build --file Dockerfile.jre -t…
barun
  • 393
  • 1
  • 5
  • 19
0
votes
0 answers

Docker commands failing although docker is running

I installed docker on Win-10 Pro VM and it worked perfectly for a day. Next day machine was restarted and docker start failed with error: No activity detected on VM, aborting at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] …
S.K.
  • 3,597
  • 2
  • 16
  • 31
0
votes
1 answer

Some files not visible and other visible as folders after adding Docker volume

I couldn't start container because of some issues with volumes so I tried this to make sure I understand how volumes work. And there is something strange that is happening here. Two files should be present in /data directory but instead, I see one…
Piotr Perak
  • 10,718
  • 9
  • 49
  • 86
0
votes
1 answer

custom docker image containing nanoiis and sqlcmd utility

I would like to create an image containing nanoiis image with the sqlcmd utility installed. I could further use this custom image in our DevOps pipeline. The sqlcmd is available at [this sqlcmd link] from the microsoft website…
0
votes
1 answer

unable to access the service via virtual service in Istio

I'm new to istio and I have my the entire code in http://github.com/VenkateshSrini/IstioTest. I have created the service needed for hosting the Kubernetes service (istio-test-deployment.yaml in the repo). I tested it on docker desktop for windows…
Venkatesh
  • 320
  • 2
  • 18
0
votes
1 answer

Last Docker Desktop for Windows installation crash

I am trying to install the last version of Docker for Windows from this link https://docs.docker.com/docker-for-windows/install/ The installation always crash with the following error: Unable to check availability for Windows feature Hyper-V: Le…
veben
  • 19,637
  • 14
  • 60
  • 80
0
votes
1 answer

Add Lucee Extensions in Docker For Windows using CommandBox

I'm trying to install lucee with Docker Desktop for Windows and CommandBox.. when i use command docker run, there is a lucee extension that not available which is ortus.extension.rediscache. How do I install this lucee extension so i can use it…
0
votes
1 answer

docker-compose Creating network "x" with driver "default" plugin not found. docker for windows

How do i assign static ip address to each container in the docker-compose file. error: Creating network "dockercompose7405404752525846881_app_net" with driver "default"plugin not found. The solusion has two projects, a web front-end and a…
0
votes
1 answer

How do I Connect from Host to Cassandra using Docker Desktop for Windows

I'm looking to setup a development testing environment and while I have things mostly setup I'm having difficulty connecting from the host machine (which is running Visual Studio) to the Cassandra cluster in docker (using Docker Desktop for…
ChrisHDog
  • 4,473
  • 8
  • 51
  • 77
0
votes
1 answer

Fix IP for Docker

I have several Microservices that each have a separate Docker container. It is in CS 2017, Docker Desktop for Windows. These services are talking each other using IP address that Docker assigned. The problem is that in Debug mode the project in…
nik
  • 514
  • 2
  • 6
  • 19
0
votes
2 answers

Enable Windows Identity Foundation in docker

In our current project we develop an ASP.net MVC application hosted in an docker (Docker Desktop for Windows) container using the windows server core image (https://hub.docker.com/r/microsoft/windowsservercore/). Everything is working well but now…
mugbi
  • 86
  • 4