github moncho/dry v0.8-beta.4

latest releases: v0.11.2, v.0.11.2, v0.11.1...
6 years ago

Highlights

Support to ask the user for input has been added, paving the way to adding functionality to the tool that requires additional information to be provided by the user, besides pressing a key.

A couple of examples of how user-provided input is used, it is now possible to create a container from the image list (#45, equivalent to running docker run from the command line), and it is now possible to scale
and remove services if running on Swarm mode (#52, #53 ).

Besides, there have been some internal changes on how to notify that a screen refresh is needed, as a result information shown by the tool is more recent.

Lastly, project dependencies are now managed using dep. The transition was not easy, mostly due to the logrus library being lower-case now. Not all dependencies (most notably Docker ones) that use this library have the change on their vendor directory, and dep is not capable of handling this (dep issue 1010).

New features

  • Pressing r on the image list will run a new container from the selected image. The user can provide the command to be run, but for now, additional options are not supported. #45.

This is functionally equivalent to running docker run IMAGE [COMMAND].

  • Pressing Ctrl + R on the service list will remove the selected service. This only works on Swarm Mode. #52
  • Pressing Ctrl + S on the service list will scale the selected service. This only works on Swarm Mode. #53

Bugfixes

  • Memory usage shown is now accurate, #51.

Don't miss a new dry release

NewReleases is sending notifications on new releases.