]
Jeff Johnston reassigned ERT-439:
---------------------------------
Assignee: Jeff Johnston
Add remote mount support to ContainerLauncher [EBZ#506312]
----------------------------------------------------------
Key: ERT-439
URL:
https://issues.jboss.org/browse/ERT-439
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Assignee: Jeff Johnston
Labels: 5.2.0, Docker, bzira
Fix For: Neon.2 (4.6)
The ContainerLauncher class in Docker uses a HostConfig binds setting to mount specified
mount points in the Container. This does not work when the daemon is remote. What needs
to be done is to determine the daemon is remote and then create a mount point that we copy
host files into before starting the container.