Corrected docker/swarm discovery from previous refactoring (#446)

This commit is contained in:
Geoff Bourne
2025-08-23 13:39:01 -05:00
committed by GitHub
parent 4055f39b19
commit 35500a758b
9 changed files with 95 additions and 47 deletions
+8
View File
@@ -0,0 +1,8 @@
## Developing Docker discovery on non-Linux
This works best with the included devcontaner setup, which includes attaching the host's docker socket to the dev container at `/var/run/docker.sock`.
On Windows, can create the devcontainer using:
![image.png](docs/create-dev-container.png)