Quick reproduction steps, inside a noble vm: sudo snap install lxd sudo lxd init --auto lxc launch ubuntu-daily:noble n -c security.nesting=true lxc shell n
# from now on, all inside "n": apt update && apt install docker.io -y docker run --rm hello-world Output: Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 17eec7bbc9d7: Pull complete Digest: sha256:f7931603f70e13dbd844253370742c4fc4202d290c80442b2e68706d8f33ce26 Status: Downloaded newer image for hello-world:latest docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied: unknown Run 'docker run --help' for more information -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2131008 Title: runcopen sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied: To manage notifications about this bug go to: https://bugs.launchpad.net/lxd/+bug/2131008/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
