moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

Prepend the rootfs mounts to the user specified runtime.mounts. #195

Closed ijc closed 6 years ago

ijc commented 6 years ago

User specified mounts should be able to rely on the rootfs being mounted, in particular for a writeable container they should expect the writeable overlay to already be in place.

Signed-off-by: Ian Campbell ijc@docker.com

justincormack commented 6 years ago

gofmt is complaining

ijc commented 6 years ago

fixed -- I wasn't passing it the correct path to work on while hacking...