Skip to content

v0.6-alpha.3

Compare
Choose a tag to compare
@moncho moncho released this 20 Nov 12:07
· 668 commits to master since this release

Improvements

The container list is now managed differently, instead of asking all the time to the Docker daemon for it, dry now does some effort to keep it updated and reduce its chattiness with the daemon. There is still room for improvement on this regard, though.

Also:

  • Added filter capabilities for the container list. [F3]
    The container list can now be filtered to show container whose name passes the specified filter.
  • Added confirmation message for remove-all-stopped-containers action. [Ctrl+E].

Bugfixes

#23, #24