mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Skip non-regular files in embedding and comment on the chrootEnv map
This commit is contained in:
@@ -29,6 +29,8 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// A mapping of directories on the host OS to attempt to embed inside each
|
||||
// task's chroot.
|
||||
chrootEnv = map[string]string{
|
||||
"/bin": "/bin",
|
||||
"/etc": "/etc",
|
||||
|
||||
Reference in New Issue
Block a user