uncomment some logging, and recreate folder for local workspace path in the docker client.

This commit is contained in:
Ralf Teusner
2016-01-27 15:49:38 +01:00
parent ecad5b80fa
commit 61426e8f2e
3 changed files with 7 additions and 6 deletions

View File

@ -98,7 +98,7 @@ class DockerClient
container = Docker::Container.create(container_creation_options(execution_environment))
local_workspace_path = generate_local_workspace_path
# container.start always creates the passed local_workspace_path on disk. Seems like we have to live with that, therefore we can also just create the empty folder ourselves.
# FileUtils.mkdir(local_workspace_path)
FileUtils.mkdir(local_workspace_path)
container.start(container_start_options(execution_environment, local_workspace_path))
container.start_time = Time.now
container.status = :created