v0.0.1-alpha-4
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/73745/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/73745/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/73745/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.
Bug Fixes
- When executing commands with
ddClient.execDockerCmd(...)
,ddClient.execHostCmd(...)
orddClient.backend. execInVMExtension(...)
, if the command exits with an error code, the js invocation cantry/catch
and read the error, that has the same fields and convenience methods as the cmd result.
What's Changed
- Add dashboard navigation docs by @felipecruz91 in #59
- Add doc for systematically opening chrome dev tools while developing a specific extension by @gtardif in #69
- Add docker commands tutorial to TOC by @gtardif in #62
- Fix typo by @mat007 in #63
- Explicitly enable the extension feature by @rumpl in #64
- Fix small typo in tutorial by @silvin-lubecki in #65
- Tailscale browser login (rebase) by @felipecruz91 in #51
- Fix error in API docs by @gtardif in #66
- Update the Konami code by @rumpl in #67
New Contributors
- @mat007 made their first contribution in #63
- @silvin-lubecki made their first contribution in #65
Full Changelog: v0.0.1-alpha3...v0.0.1-alpha-4