v0.9-beta.4
Highlights
Stacks can now be removed, removing a stack will remove all the services, networks, configs and secrets that were created when the stack was created. Functionality equivalent to running docker stack rm [Stack]
with the Docker CLI.
New features
- Pressing
Ctrl+R
on the stack list will remove the selected stack.