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

[chore] Little Dockerfile updates #1071

Merged
merged 2 commits into from
Nov 19, 2022
Merged

Conversation

tsmethurst
Copy link
Contributor

Explicitly create user, storage dir, and indicate that storage should be mounted from a volume

@metalmatze
Copy link

Is it going to work without a volume though? Just if someone wants to give it a try for a bit without a volume?

@tsmethurst
Copy link
Contributor Author

Is it going to work without a volume though? Just if someone wants to give it a try for a bit without a volume?

yes :) the directory will still be created, it just won't contain anything

@hnrd
Copy link

hnrd commented Nov 18, 2022

Is it going to work without a volume though? Just if someone wants to give it a try for a bit without a volume?

docker will create an anonymous volume which will stick around after you delete the container. so if you do that often you'll have to clean up old volumes sooner or later

@tsmethurst tsmethurst merged commit be3d999 into main Nov 19, 2022
@tsmethurst tsmethurst deleted the little_dockerfile_updates branch November 19, 2022 09:18
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

Successfully merging this pull request may close these issues.

None yet

3 participants