Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 545081 - Allow volume specification for additional directories when running a command in container
Summary: Allow volume specification for additional directories when running a command ...
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: Docker (show other bugs)
Version: 7.1.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.2.0   Edit
Assignee: Jeff Johnston CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-05 15:25 EST by Jeff Johnston CLA
Modified: 2019-03-06 13:52 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnston CLA 2019-03-05 15:25:58 EST
Currently, a command being run in a container using a remote daemon must copy all data from additional directories to a container volume and copy all changes back.  If a user has an established volume, they might prefer to use the volume than incur the copying cost every command.  To that end, the Docker tools need to identify an additional directory specification that uses volume_name:container_dir syntax and in that case bind the volume name and avoid the creation and copying of volumes.

This bug adds this functionality to the Docker Tooling.
Comment 1 Jeff Johnston CLA 2019-03-06 11:14:14 EST
Patch has been merged to master branch.
Comment 2 Eclipse Genie CLA 2019-03-06 13:52:19 EST
New Gerrit change created: https://git.eclipse.org/r/138105