clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

Do not pass /dev/shm as a 9p mount. #1093

Closed amshinde closed 6 years ago

amshinde commented 6 years ago

/dev/shm is passed in the OCI spec as a bind mount. We need to make sure that this is handled purely in the guest and not passed as 9p mount from the host side.

amshinde commented 6 years ago

Closing this, meant to open this on kata.