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

Document things to avoid for building containers #194

Open
jscook2345 opened this issue Jun 12, 2019 · 2 comments
Open

Document things to avoid for building containers #194

jscook2345 opened this issue Jun 12, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@jscook2345
Copy link
Contributor

This is the opposite of good practices for building containers. Anti-patterns and things to avoid.

@jscook2345 jscook2345 added the enhancement New feature or request label Jun 12, 2019
@jscook2345
Copy link
Contributor Author

Removing unknown files from /tmp can cause issues.

https://github.com/sylabs/singularity/issues/3632

Instead, if you must delete unknown files under /tmp, maybe do something like setting TMPDIR for different parts of the container setup and delete that when finished.

@jscook2345
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant