containers / containers/podman-compose
Error setting up OTBR ''extra spaces found"
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
I tried to install openthread/OTBR as mentioned on the official website.
Here is the output
```
# podman run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 --dns=127.0.0.1 -it --volume /dev/ttyUSB0:/dev/ttyUSB0 --privileged docker.io/openthread/otbr --radio-url spinel+hdlc+uart:///dev/ttyUSB0
Error: 'net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1' is invalid, extra spaces found
```
please try to reproduce the bug in latest devel branch
unable to do so.
**Expected behavior**
container should start.
**Actual behavior**
error message.
**Output**
```
$ podman-compose version
podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 4.3.1
podman-compose version 1.0.6
podman --version
podman version 4.3.1
exit code: 0
**Environment:**
- OS: Linux
Contributor guide
Assessment
This issue has not been assessed yet.