Docker Extensions CLI
The Docker Extension CLI is now shipped by default with Docker Desktop version 4.10.0 and higher.
There is no other prerequisites to install in addition to Docker Desktop, in order to start install or build your own extensions
Major updates
docker extension
CLI is now part of Docker Desktop, no separate install- Documentation content has been moved to https://github.com/docker/docker.github.io.
docker extension init
now generates Typescript code (instead of JavaScript)docker extension init
go build has been containerized. Having Go installed is not required anymore.