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
nerdctl pull 127.0.0.1:5000/foo
nerdctl pull 127.0.0.1:5000/foo with rootless doesn't work as expected because pull occurs in the child namespace.
pull
Needs something like socat exec:'containerd-rootless-setuptool.sh nsenter socat "tcp-listen:5000,reuseaddr,fork" "stdio"' tcp-connect:127.0.0.1:5000 (WIP: this exits on HTTP error)
socat exec:'containerd-rootless-setuptool.sh nsenter socat "tcp-listen:5000,reuseaddr,fork" "stdio"' tcp-connect:127.0.0.1:5000
The text was updated successfully, but these errors were encountered:
fahedouch
Successfully merging a pull request may close this issue.
nerdctl pull 127.0.0.1:5000/foo
with rootless doesn't work as expected becausepull
occurs in the child namespace.Needs something like
socat exec:'containerd-rootless-setuptool.sh nsenter socat "tcp-listen:5000,reuseaddr,fork" "stdio"' tcp-connect:127.0.0.1:5000
(WIP: this exits on HTTP error)The text was updated successfully, but these errors were encountered: