hpcng / nomad-driver-singularity

HashiCorp Nomad driver plugin - Singularity
Mozilla Public License 2.0
25 stars 8 forks source link

needless "Building Task Directory" in "contain" mode #32

Open onlyjob opened 5 years ago

onlyjob commented 5 years ago

Even when contain is set to true Nomad builds a chroot in task directory, which would be expected for "exec" driver but redundant for Singularity in "contain" mode.

Avoiding chroot in "contain" mode can dramatically speed-up container start.