Skip to content

Now shipped in Docker Desktop

Latest
Compare
Choose a tag to compare
@felipecruz91 felipecruz91 released this 01 Jul 12:19
· 92 commits to main since this release
62717ec

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.

Bug Fixes

  • The init template comes with a go.mod file in the vm directory. Fixes #178
  • The init template comes with a global .gitignore file. Fixes #169