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
$ rootlesskit --state-dir=/tmp/foo -p 127.0.0.1:8000:8000/tcp --net=slirp4netns --port-driver=builtin python3 -m http.server
$ ls /proc/$(cat /tmp/foo/child_pid)/fd | wc -l 7 $ curl -s http://localhost:8000 > /dev/null $ ls /proc/$(cat /tmp/foo/child_pid)/fd | wc -l 9 $ curl -s http://localhost:8000 > /dev/null $ ls /proc/$(cat /tmp/foo/child_pid)/fd | wc -l 11
The text was updated successfully, but these errors were encountered:
port/builtin: fix FD leak
3ebea46
Fix rootless-containers#156 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
61667d3
Successfully merging a pull request may close this issue.
$ rootlesskit --state-dir=/tmp/foo -p 127.0.0.1:8000:8000/tcp --net=slirp4netns --port-driver=builtin python3 -m http.server
The text was updated successfully, but these errors were encountered: