Version Checking compatible with docker #2085
-
What is the problem you're trying to solveI've just tried using nerdctl instead the dockercli in remote containers and it fails during checking the version of the docker api: This info was taken from this comment Describe the solution you'd likeI wonder, whether you guys could add extra configuration entries like Version format template (so we can configure the version template thingy) and also making the minimum version configurable, I could try using Devcontainers + nerdctl. Additional contextAfter this, I've done some digging in moby's source code compared to the nerdctl sourcecode and I've noticed that the Properties .Server.Version are marked deprecated and are kept for backwards compat.: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
containerd does not implement the Docker REST API, so |
Beta Was this translation helpful? Give feedback.
containerd does not implement the Docker REST API, so
.Server.APIVersion
doesn't make a sense for containerd.