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
So this new option will have two effects:
Final goal is to improve docker user experience when using docker image that embed umeq.
For example if this option as '-1' form we can have such docker file:
ENTRYPOINT ["/usr/bin/umeq-arm64", "-execve", "-1"] CMD ["bash"]
which allow:
docker run -i -t
but also
docker ls
or
docker my_script.sh
The text was updated successfully, but these errors were encountered:
mickael-guene
No branches or pull requests
So this new option will have two effects:
Final goal is to improve docker user experience when using docker image that embed umeq.
For example if this option as '-1' form we can have such docker file:
which allow:
but also
or
The text was updated successfully, but these errors were encountered: