Skip to content

v0.9-beta.4

Compare
Choose a tag to compare
@moncho moncho released this 22 Apr 17:12
· 253 commits to master since this release

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.