blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

mkdir mount point in builder #202

Closed MattKetmo closed 7 years ago

MattKetmo commented 7 years ago

When a directory is listed for the builder but it doesn't exist (yet) on the host, it would be could to auto create it (or use an empty mount point?) to avoid the need of mkdir it first.

For example:

builder:
  mountPoints:
    - { from: ~/.m2, to: /root/.m2 }
n0rad commented 7 years ago

Fixed in v76