Closed
Description
Before you report an issue...
- Have you searched for a duplicate report?
- Have you replicated the problem on the latest release?
- Have you checked the latest documentation?
- Are you using an up-to-date system?
Version of Singularity
singularity-ce version 4.2.1-noble
Describe the bug
Port mapping causes errors.
ERROR: could not delete networks: plugin type="portmap" failed (delete): neither iptables nor ip6tables is usable, (iptables) could not get iptables version: exit status 111, (ip6tables) could not get iptables version: exit status 111
FATAL: container creation failed: plugin type="bridge" failed (add): failed to locate iptables: could not get iptables version: exit status 111
To Reproduce
Run command:
singularity run --net --network-args "portmap=8000:8000/tcp" img.sif
OS / Linux Distribution
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
up-to-date
Installation Method
DEB from GitHub (https://github.com/sylabs/singularity/releases/download/v4.2.1/singularity-ce_4.2.1-noble_amd64.deb)
Additional context
iptables command output:
iptables v1.8.10 (nf_tables): no command specified
Try `iptables -h' or 'iptables --help' for more information.
ip6tables command output:
ip6tables v1.8.10 (nf_tables): no command specified
Try `ip6tables -h' or 'ip6tables --help' for more information.