Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/News/NewIn51

< Linux Tools Project‎ | News
Revision as of 16:24, 8 September 2016 by Jjohnstn.redhat.com (Talk | contribs) (Docker Container Label Support)

Docker Tooling

Docker Compose

Support has been added for docker compose.

Docker Hierarchy View

A new view has been added to show the hierarchy of Docker images.

Docker-image-hierarchy-view.png

Docker Push Improvements

Improvements have been made in the Docker Push wizard to add --force support.

Docker Registry Support

Support has been added to allow registering a user with password for a remote registry and to use the registry for push / pull.

Automated Connection Detection

Automated Docker Connection detection has been improved for Windows/Mac. In addition, an extension has been added to allow additional settings providers in the future.

Docker Container Label Support

Docker Containers can have labels added to them when Running an Image. These labels can be used for filtering in the Docker Containers View or from the command line.

LinuxToolsRunImageWizard2.png

The Docker Containers view supports filtering by label from it's view menu (click view menu dropdown->Filter By Label). The labels to filter are specified by clicking on the Configure Labels Filter... also found in the view menu drop-down. Multiple labels can be specified, with or without values. Labels without values will match any Container with that label specified. If no labels are specified for filtering, then all Containers will match, subject to any other filters in place.

File:LinuxToolsDockerConfigureFilterLabels.png

Connection Wizard Clipboard Support

Have you ever found yourself needing to pass a bunch of parameters to the connection wizard that are printed from the command-line ? If it's an authenticated TCP connection it can be quite a hassle.

With clipboard support, one only needs to copy/select a range of lines containing the connection information and it'll be automatically filled into the connection wizard as it's being brought up (eg. "Add Connection").

Docker-tooling-clipboard-connection.png

While we might not be able to support every single kind of Daemon connection, we can certainly make it easier to get that information into the Docker Tooling.

Back to the top