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

Slow container startup due to chown in entrypoint #27

Closed
bastilam opened this issue Jun 19, 2024 · 0 comments
Closed

Slow container startup due to chown in entrypoint #27

bastilam opened this issue Jun 19, 2024 · 0 comments

Comments

@bastilam
Copy link
Member

If there are a lot of files in the workspace, the line

chown -R $DOCKER_USER:$DOCKER_USER $WORKSPACE

in the entrypoint can lead to a very long startup time of the container.

Maybe it is not necessary to chown the workspace (per default), at least in the run-image?

@lreiher lreiher closed this as completed in 8f2a004 Jul 5, 2024
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