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
dangerzone-container runs either podman or docker depending on the platform but is hardcoded to print docker commands as help message, like here.
I'd happily do a PR but will need to (re)familiarize myself with python and click 😅
The text was updated successfully, but these errors were encountered:
Don't hardcode "Docker" in help text
ce95dff
Fixes freedomofpress#122
remove hardcoded 'docker' logging reference
33e4672
Closes #122 as this was the last remaining hardcoded docker reference where the code also applied to podman.
82ac22e
Successfully merging a pull request may close this issue.
dangerzone-container runs either podman or docker depending on the platform but is hardcoded to print docker commands as help message, like here.
I'd happily do a PR but will need to (re)familiarize myself with python and click 😅
The text was updated successfully, but these errors were encountered: