Skip to content
New issue

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

rootless: provide workaround for nerdctl pull 127.0.0.1:5000/foo #86

Closed
AkihiroSuda opened this issue Mar 5, 2021 · 0 comments · Fixed by #2723
Closed

rootless: provide workaround for nerdctl pull 127.0.0.1:5000/foo #86

AkihiroSuda opened this issue Mar 5, 2021 · 0 comments · Fixed by #2723
Assignees
Labels
area/rootless Rootless mode documentation Improvements or additions to documentation

Comments

@AkihiroSuda
Copy link
Member

AkihiroSuda commented Mar 5, 2021

nerdctl pull 127.0.0.1:5000/foo with rootless doesn't work as expected because pull 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rootless Rootless mode documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants