gotoz / runq

run regular Docker images in KVM/Qemu
Apache License 2.0
797 stars 45 forks source link

--tmpfs overwrites existing permissions on mountpoints #3

Closed dherrendoerfer closed 6 years ago

dherrendoerfer commented 6 years ago

Using --tmpfs /tmp seems to overwrite the permissions of an existing mount directory.

We're getting this permission set on a container when running: drwxr-xr-x 2 root root 60 Jun 27 19:17 tmp

The container template has: drwxrwxrwt 2 root root 60 Jun 27 18:41 tmp

pmorjan commented 6 years ago

It's not clear what the issue is.

Can you please provide at least a simple example to reproduce the issue with the current release of runq? Thanks.

dherrendoerfer commented 6 years ago

I verified it with the latest release, and it does indeed work correctly. I'll be closing the issue.

Thanks for the help!