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
README
podman.sock
run.sh
smoketest.sh
run.sh always tries to mount the rootless podman.sock with the following:
-v "$XDG_RUNTIME_DIR"/podman/podman.sock:/run/user/0/podman/podman.sock:Z \
if the user does not have this socket file (ie. the user podman socket is not enabled) then the script execution fails.
README should probably be updated to list systemctl --user enable --now podman.socket as a prerequisite to running the run.sh/smoketest.sh scripts.
systemctl --user enable --now podman.socket
The text was updated successfully, but these errors were encountered:
mwangggg
Successfully merging a pull request may close this issue.
run.sh
always tries to mount the rootlesspodman.sock
with the following:-v "$XDG_RUNTIME_DIR"/podman/podman.sock:/run/user/0/podman/podman.sock:Z \
if the user does not have this socket file (ie. the user podman socket is not enabled) then the script execution fails.
README should probably be updated to list
systemctl --user enable --now podman.socket
as a prerequisite to running the run.sh/smoketest.sh scripts.The text was updated successfully, but these errors were encountered: