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/NewIn42

< Linux Tools Project‎ | News
Revision as of 17:40, 23 November 2015 by Rgrunber.redhat.com (Talk | contribs) (TM Terminal Support for Interactive Shells)

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.

Docker-machine-new.png

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.

Docker-tm-terminal-new.png

Vagrant Tooling

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

Back to the top