v0.0.1-alpha-5
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/74216/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/74216/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/74216/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.
Major updates
- WSL2 support : the docker extension CLI (
docker extension xxx
) can be used fro WSL2 in order to develop extensions form a WSL2 terminal - Added the ability to execute commands and get live output updates. This also resolves issues with commands returning large output.
Bug Fixes
- Navigation APIs to a specific container of image return a promise, and might return an error if the UI can't navigate to this container or image
- Allow to debug/hot reload code from extensions with an org in the image name
- Exit chrome dev tools (if opened) when navigating away from an extension tab. This voids some crashes of Docker Desktop
What's Changed
- Fix ref in docs by @felipecruz91 in #70
- Add documentation for the spawn* functions by @rumpl in #73
- Add WSL2 instructions for CLI install by @felipecruz91 in #74
Full Changelog: v0.0.1-alpha-4...v0.0.1-alpha-5