Closed bwateratmsft closed 5 years ago
👍 Will publish it tonight.
👍 Will publish it tonight.
@apocas Thanks! How soon would this new version make it into dockerode?
Just published docker-modem v2.0.2. It's available now, just update dockerode dependencies via npm :)
Awesome! I'll try it out!
In Windows,
DOCKER_HOST
can contain things likenpipe:////./pipe/docker_engine
ornpipe:////./pipe/docker_wsl
.Currently it isn't possible to use
DOCKER_HOST
=npipe:////./pipe/docker_wsl
to use the WSL2 Docker engine; rather, you must pass insocketPath
to dockerode. If you try using the above forDOCKER_HOST
you'll get an error.