mivp-agent / moos-ivp-agent

Model agnostic ML tooling for MOOS-IvP
https://mivp-agent.github.io/
MIT License
8 stars 3 forks source link

Shared file permissioning in docker containers #2

Open CarterFendley opened 2 years ago

CarterFendley commented 2 years ago

Currently there is a really hacky fix to make sure that the shared files are synced from host to container while being read / writable inside the container.

CarterFendley commented 2 years ago

Potential solution https://vsupalov.com/docker-shared-permissions/