v0.0.1-alpha3
If you have upgraded before installing the new release, you can remove old extension folders from ~/Library/Containers/com.docker.docker/Data/plugins
(mac) and ~\AppData\Roaming\Docker\Desktop\plugins
(win)
No specific change is required in the extension code
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/72788/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/72788/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/72788/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.
Bug Fixes
- Fix hot reload bug in
docker extension dev ui-source myextension http://localhost:3000
, the extension ui should now hot-reload properly.
What's Changed
- New API to run docker commands from the Extension UI + tutorial by @gtardif in #60
- New
docker extension init
command by @rumpl in #61 - Generate docs with MkDocs by @felipecruz91 in #53
- Adding link to figma design guidelines by @gtardif in #58
- Extension screen is now showing progress and install/uninstall log details are accessible
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha3