-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
Expected behavior
DOCKER_HOSTworking in Docker Desktop 4.13.0
Actual behavior
-
Docker Desktop for Mac removed
/var/run/docker.sockper 4.13.0 Release Notes: https://docs.docker.com/desktop/release-notes/#docker-desktop-4130 "By default Docker will not create the /var/run/docker.sock symlink on the host and use the docker-desktop CLI context instead." -
I use Docker Desktop along with other tools that require
DOCKER_HOST. The docs say to set this to the/var/run/docker.sockhttps://docs.docker.com/desktop/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api
Is there a different setting for DOCKER_HOST that will work in 4.13.0, or a preference to create the socket?
I poked around a bit but did not find anything in the UI. Thanks in advance!
Information
- macOS Version: 12.6 Monterey
- Intel chip or Apple chip: Intel
- Docker Desktop Version: 4.13.0
Steps to reproduce the behavior
- Install 4.13.0 on Mac
DOCKER_HOSTnot working
Reactions are currently unavailable