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

Linux Tools Project/News/NewIn42

< Linux Tools Project‎ | News
Revision as of 17:16, 23 November 2015 by Unnamed Poltroon (Talk) (Docker Tooling)

Docker Tooling

Run Image Launch Configuration

Creating a Container from an Image can now be done via a launch configuration. This is useful when you want to try tweaking a previous run for various reasons (e.g. binding in new volumes or changing command parameters, etc..)

LinuxToolsRunDockerImageLauncher.png

Docker Machine Support

Docker Machine is now supported for the creation of a new connection. Simply click the "Search" button and you will be prompted to select an active Docker Machine connection, if one exists.

TM Terminal Support for Interactive Shells

Containers created with a pseudo TTY allocated (-t) will open within a TM Terminal. This is much more fully featured interaction when compared with the previous standard console.

Vagrant Tooling

The Eclipse Vagrant Tooling is new in this release. It allows interaction with Vagrant boxes and virtual machines.

Back to the top