docker-client icon indicating copy to clipboard operation
docker-client copied to clipboard

Add support for Docker Context

Open gesellix opened this issue 3 years ago • 1 comments

See https://docs.docker.com/engine/context/working-with-contexts/

We might need to use contexts, because Docker Desktop for MacOS will probably change the default socket location from the well-known /var/run/docker.sock to a location in userspace. See https://github.com/docker/for-mac/issues/6529 for details. The release notes for Docker Desktop 4.13.0 already mentioned this, but the change was rolled back with Docker Desktop 4.13.1:

By default Docker will not create the /var/run/docker.sock symlink on the host and use the docker-desktop CLI context instead.

gesellix avatar Oct 31 '22 19:10 gesellix

See https://github.com/gesellix/docker-client/pull/385: a simple read-only support will be included with the next release

gesellix avatar Nov 07 '22 19:11 gesellix