Is there an equivalent to “Docker context ls” with the Moby/Docker API in Go?
Summary This postmortem analyzes a common confusion engineers face when trying to replicate docker context ls using the Moby/Docker Go SDK. The issue stems from a misunderstanding of what Docker “contexts” actually are and where they live. The result is a failed attempt to retrieve context information through the Docker Engine API, even though the … Read more