rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 89 forks source link

Allow suffix for source dir mount #71

Closed andrelucas closed 5 years ago

andrelucas commented 5 years ago

Add --mount-suffix / -S option to specify a suffix for the source directory mount.

This has immediate application with Docker Desktop for macOS by allowing e.g. :delegated or :cached to be added to the mount. These are big performance wins if the workload allows them.

andrelucas commented 5 years ago

Thanks!