Releases: moncho/dry
v0.4-beta.4
New features
- [Ctrl+C] - Quits dry immediately.
- [Ctrl+F] - _Force image removal_ on the images screen.
v0.4-beta.3
Release generated using Go version 1.6. Besides this, this release just includes minor changes to make dry more reliable.
Notices
Keybinds changes for containers:
- _Restart_ changed to [Ctrl+R] - previously [R]
v0.4-beta.2
Notices
Keybinds for actions that modify the state/remove a container or image have been changed. This should make a bit harder to execute unwanted actions by pressing the wrong key.
For containers:
- _Kill_ changed to [Ctrl+K] - previously [K]
- _Stop_ changed to [Ctrl+T] - previously [T]
For images:
- _Remove image_ changed to [Ctrl+E] - previously [E]
New features
Network screen is now available. Pressing [2] from the container or images screen changes dry to the network screen.
In the network screen, networks reported by the Docker Engine are shown and detailed information about the network can be shown.
v0.4-beta.1
New features
Added image management. Pressing [1] from the container screen changes dry to the images screen.
Image screen has the same layout as the container screen but the the list of images reported by Docker is shown and commands change:
- [E] Removes the selected image.
- [I] Shows history of the selected image.
- [Enter] Inspects the selected image.
All commands on images have the same behaviour as the official Docker CLI.
Also, first PR merged (#7), to solve #6. Kudos to @hako. Installation script has not been updated yet, so ARM binaries should still be downloaded directly.
v0.3-beta.10
[BUGFIX] Dry auto-refresh timer has been reduced to 15 seconds. See #5, for an explanation to the problem.
0.3-beta.9
v0.3-beta.9 Bump version
v0.3-beta.8
Bugfixes
Switching between viewing all/running containers refreshes the screen immediately.
v0.3-beta.6
New features
- Added search capabilities to output from _info, _inspect, _logs_ commands.
- Added _info_ command. It displays system-wide information as reported by Docker.
- More useful help screen, it describes all available commands and help scrolling now works.
- Implemented #3. [Ctrl + e] removes all stopped containers.
- More gentle dry exit, even when panicking.
v0.3-beta.4
New features
If no Docker host is passed as a parameter or is defined as an environment variable, dry will try to connect using unix:///var/run/docker.sock.
Bugfixes
- Fix #2. TLS verification can be disabled.
v0.3-beta.3
New features
- Dry now reports actions in the screen.
- Minor visual changes.