Skip to content

Releases: moncho/dry

v0.4-beta.4

23 Feb 09:44
Compare
Choose a tag to compare

New features

  • [Ctrl+C] - Quits dry immediately.
  • [Ctrl+F] - _Force image removal_ on the images screen.

v0.4-beta.3

21 Feb 23:30
Compare
Choose a tag to compare

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

13 Feb 17:39
Compare
Choose a tag to compare

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

07 Feb 17:38
Compare
Choose a tag to compare

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

27 Jan 01:02
Compare
Choose a tag to compare

[BUGFIX] Dry auto-refresh timer has been reduced to 15 seconds. See #5, for an explanation to the problem.

0.3-beta.9

25 Jan 13:00
Compare
Choose a tag to compare
v0.3-beta.9

Bump version

v0.3-beta.8

23 Jan 18:33
Compare
Choose a tag to compare

Bugfixes

Switching between viewing all/running containers refreshes the screen immediately.

v0.3-beta.6

17 Jan 18:50
Compare
Choose a tag to compare

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

07 Jan 13:35
Compare
Choose a tag to compare
v0.3-beta.4 Pre-release
Pre-release

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

03 Jan 21:29
Compare
Choose a tag to compare
v0.3-beta.3 Pre-release
Pre-release

New features

  • Dry now reports actions in the screen.
  • Minor visual changes.