Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use temporary (/tmp) directory of the host system instead of container #419

Open
sandepat opened this issue Jun 21, 2023 · 0 comments
Open

Comments

@sandepat
Copy link
Contributor

  1. Some applications might create temporary files inside the container folder (even on cvmfs as inside container user is root).
  2. This could create storage and security issues, hence needs to be addressed
  3. One of the possible solutions could be to bind mount (-v /tmp:/tmp), which will mount host system /tmp on container, letting us use host system tmp. This option can be added inside the wrapper script on the part of 'bosh exec launch'. Bosh passes these options to docker (udocker) run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant