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

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

(Created page with "==Docker Tooling==")
 
(Docker Tooling)
Line 1: Line 1:
 
==Docker Tooling==
 
==Docker Tooling==
 +
 +
===Remote Mount Support===
 +
 +
When launching, for example via the CDT Run in Container... launch configuration, mounts
 +
from the host were not supported if the Docker daemon was running on a remote system.
 +
The Container launch code has been improved to perform a copy of files to the Container
 +
when this situation is detected.
 +
 +
[[File:LinuxToolsDockerRemoteMount.png]]
 +
 +
===Copy From Container===
 +
 +
Support has been added to copy files from a Container to the host.  The Container must be
 +
active at the time.
 +
 +
[[File:LinuxToolsDockerCopyFromDialog.png]]
 +
 +
===Copy To Container===
 +
 +
Similar to copy from Container, files from the host can be copied to an active Container
 +
as well.
 +
 +
[[File:LinuxToolsDockerCopyToDialog.png]]
 +
 +
===Restart Container===
 +
 +
The ability to restart a Container has been added both to the context menu for Containers and
 +
as a toolbar action in the Docker Containers view.
 +
 +
[[File:LinuxToolsDockerRestartContainer.png]]
 +
 +
===Improved Docker Pull Handler===
 +
 +
The Docker Pull progress handler has been improved to show details regarding extracting Images.
 +
Previously, the pull handler only showed download statistics.

Revision as of 15:53, 21 November 2016

Docker Tooling

Remote Mount Support

When launching, for example via the CDT Run in Container... launch configuration, mounts from the host were not supported if the Docker daemon was running on a remote system. The Container launch code has been improved to perform a copy of files to the Container when this situation is detected.

LinuxToolsDockerRemoteMount.png

Copy From Container

Support has been added to copy files from a Container to the host. The Container must be active at the time.

LinuxToolsDockerCopyFromDialog.png

Copy To Container

Similar to copy from Container, files from the host can be copied to an active Container as well.

LinuxToolsDockerCopyToDialog.png

Restart Container

The ability to restart a Container has been added both to the context menu for Containers and as a toolbar action in the Docker Containers view.

LinuxToolsDockerRestartContainer.png

Improved Docker Pull Handler

The Docker Pull progress handler has been improved to show details regarding extracting Images. Previously, the pull handler only showed download statistics.

Back to the top