Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/News/NewIn51"

(Created page with "==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 Docke...")
 
(Docker Container Label Support =)
Line 23: Line 23:
 
added to allow additional settings providers in the future.
 
added to allow additional settings providers in the future.
  
== Docker Container Label Support ===
+
=== Docker Container Label Support ===
  
 
Docker Containers can have labels added to them.  In addition, the Docker Containers view now supports filtering
 
Docker Containers can have labels added to them.  In addition, the Docker Containers view now supports filtering
 
by label.
 
by label.

Revision as of 12:20, 24 August 2016

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 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. In addition, the Docker Containers view now supports filtering by label.

Back to the top