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

Change path to file seed.dat #135

Open
jviki opened this issue Jan 1, 2025 · 0 comments
Open

Change path to file seed.dat #135

jviki opened this issue Jan 1, 2025 · 0 comments

Comments

@jviki
Copy link

jviki commented Jan 1, 2025

When deploying a docker container via docker compose or swarm, the secrets should be passed via the secrets interface. Such secrets are mounted at /run/secrets/<name>. It should be possible to load such secrets file directly. Currently, it seems that the only possible way is to customize the current Dockerfile to add some shell magic like cat /run/secrets/seed and pass the seed via command line which is very insecure or to do make a symlink to the secrets file.

https://docs.docker.com/compose/how-tos/use-secrets/

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