rancher / dapper

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

How did you get loop mounting to work? #40

Closed deitch closed 7 years ago

deitch commented 7 years ago

When I ran a build using dapper (e.g. RancherOS), I am able to do loop mounts. Yet those capabilities normally are missing from Docker containers. How does Dapper allow loopback mounts? I see nothing about added capabilities anywhere, so how does it do it?

deitch commented 7 years ago

Ah, never mind. You added ENV DAPPER_RUN_ARGS --privileged. Cute.