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
0 answers

Unable to run jmeter commands inside docker container

I'm trying to run the below command inside docker container using Dockerfile jmeter -n -t nature.jmx -l nature.jtl I tried running this command using RUN and CMD CMD ["jmeter", "-n"," -t nature.jmx -l nature1.jtl"] RUN "jmeter -n -t nature.jmx -l…
0
votes
2 answers

Access application deployed in windows docker container from other machine

I installed Docker Desktop for Windows in my Windows 10 computer, and created a hyper-v virtual machine named MobyLinuxVM. I deployed a mongodb to a new container, and mapped the port to MobyLinuxVM 27017 port. The MobyLinuxVM virtual machine ip is…
YonF
  • 641
  • 5
  • 20
0
votes
1 answer

Using custom hostnames for docker local development containers

I am playing around with Docker Desktop for Windows (just starting out) and have this simple docker-compose.yml which works great: version: '2.1' services: db: image: mysql:latest container_name: wordpresslab_db volumes: -…
Janez
  • 2,336
  • 5
  • 25
  • 37
0
votes
1 answer

Docker for Windows Swarm IIS Service with Win10 Insider running but unreachable

I'm currently experimenting with Swarm Services with Docker for Windows. The new Win10 Insider build supports overlay networking for Windows containers and I was pleased to see my IIS service actually starting. The only issue i came across is that i…
0
votes
1 answer

Windows Perf Counters on Docker containers : System.InvalidOperationException: Category does not exist

I am running a .net application in a windows docker container with Docker Desktop for Windows. When my app tries to create perf counters using this code: _counter = new PerformanceCounter(categoryName, counterName, InstanceName, true); //My…
0
votes
1 answer

Adding SSL certificates to Website to Docker

I have a website that runs on ssl i.e. https, I want to deploy it to Docker Windows Containers with Docker Desktop for Windows. So I wanted to ask how can it be done, I have added the certificates to the container, and when I use RUN powershell…
Ali Kahoot
  • 3,371
  • 2
  • 22
  • 27
0
votes
0 answers

Docker Build and Multi layer dll version

I have .Net core Application with 2 class library(BusinessLayer and DataLayer). When I want create a docker image I get below erros: Errors in /app/project.json unable to resolve 'BusinessLayer ( >= 1.0.0)' for .NETCoreApp,version=v1.0' …
0
votes
1 answer

Docker for Windows does not work with Volumes

I'm trying to create a project with ASP.NET Core, Docker Desktop for Windows and Visual Studio Docker Tools. So I've create a ASP.NET Core Empty Project and added Docker Support via context menu. My docker-compose.debug.yml looks like this: version:…
0
votes
2 answers

Docker for Windows: Spinning up multiple docker containers locally with same port numbers

I'm using Docker Desktop for Windows (using Hyper-V, not Docker Toolkit for Windows). What I would like to accomplish is to spin up 3+ docker containers, with the same set of ports available. After I create the first docker container, I have…
-1
votes
1 answer

The command "./run-ab-platform.sh" in Windows PowerShell does not execute

I have been trying to install airbyte in Docker Desktop using the following instructions: git clone https://github.com/airbytehq/airbyte.git cd airbyte ./run-ab-platform.sh The problem is: the command "./run-ab-platform.sh" does not execute. It…
RaulLeite
  • 1
  • 1
-1
votes
1 answer

Docker Desktop k8s vpnkit-controller Always restart

level=error msg="Port 80 for service ingress-nginx-controller is already opened by another service I tried to reset k8s. But it still doesn't work.
-1
votes
1 answer

The node in of mqtt stays all the time connecting

Good, I have installed node-red and mosquitto in docker desktop, but when I try to connect with mosquitto in node-red with mqtt it stays all the time connecting and does not change in connected. Having mosquitto installed in docker at first I could…
Juan
  • 1
  • 1
-1
votes
1 answer

Cannot connect to docker compose containers on Mac

When I run docker-compose up and try to connect via the docker address IP shown in inspect or docker desktop, it doesn't connect after some investigation it seems I should publish or bound the docker port with mac localhost, but I can't the right…
Chemi Adel
  • 1,964
  • 1
  • 10
  • 18
-1
votes
1 answer

Docker install failed on Windows 10

I am trying to install docker on windows 10. I therefore downloaded the installer as per the official documentation, but when I execute it I get the following error: Docker.Core.HttpBadResponseException: {"message":"1 error occurred:\n\t* starting…
Whynote
  • 982
  • 6
  • 7
-1
votes
1 answer

how to access the Istio ingress gateway from mac

I started a kubernetes cluster with Docker Desktop for Mac. I then installed Istio on the cluster and followed the steps to create Istio ingress gateway following steps in Open the application to outside traffic. At this point, I have: (base)…
Charles Ju
  • 1,095
  • 1
  • 9
  • 28