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
If yes, document it.
The text was updated successfully, but these errors were encountered:
Test case:
#echo -e "pandas\nipykernel" > requirements.txt # python -m ensurepip -U && python -m pip install pipx && \ # pipx install --include-deps jupyter-repo2docker repo2podman # or # python -m pip install -U jupyter-repo2docker repo2podman repo2docker --engine=podman -E -p 8888:8888 --debug -e NB_USER=jovyan -e NB_UID=1000 --user-name=jovyan . podman image ls # TODO: parse "Successfully tagged localhost/r2d-2e1736948146:latest" podman run --rm -it -p 8888:8888 --security-opt=label=disable localhost/r2d-2e1736948146
Sorry, something went wrong.
podman run --security-opt=label=[disable|...]
No branches or pull requests
If yes, document it.
The text was updated successfully, but these errors were encountered: