We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At Readme.md 's Symmetric Backup Encryption chapter,
when running "docker run --rm blacklabelops/volumerize openssl rand 128 -base64", it failed with following error messages:
/opt/volumerize/docker-entrypoint.sh: line 50: exec: openssl: not found
The text was updated successfully, but these errors were encountered:
Yes, that's weird. Looks like openssl package is still there but missing its command line.
Sorry, something went wrong.
#18 openssl cli had been removed by deinstallation routine.
c6f05f8
Openssl command is back.
No branches or pull requests
At Readme.md 's Symmetric Backup Encryption chapter,
when running "docker run --rm blacklabelops/volumerize openssl rand 128 -base64", it failed with following error messages:
/opt/volumerize/docker-entrypoint.sh: line 50: exec: openssl: not found
The text was updated successfully, but these errors were encountered: