You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Cannot run Docker Container for Simulated OTBR (Running on WSL 2 with Ubuntu distro on Windows Computer)
To Reproduce Just following the instructions listed here: https://openthread.io/guides/border-router/docker/run
for a Simulated RCP. It is noted on the instructions that the Simulated RCP should run on a Linux system. I have a windows computer and downloaded wsl with wsl --install to run an Ubuntu distro on my computer. While in the wsl command line, I ran the instructions in the link provided to simulate an RCP. I cloned the repo and built the image from the git commit listed below.
Describe the bug Cannot run Docker Container for Simulated OTBR (Running on WSL 2 with Ubuntu distro on Windows Computer)
To Reproduce Just following the instructions listed here: https://openthread.io/guides/border-router/docker/run
for a Simulated RCP. It is noted on the instructions that the Simulated RCP should run on a Linux system. I have a windows computer and downloaded wsl with wsl --install to run an Ubuntu distro on my computer. While in the wsl command line, I ran the instructions in the link provided to simulate an RCP. I cloned the repo and built the image from the git commit listed below.
Git commit id: a7034da
Expected behavior After going through all of the instructions and running the docker container with the command below:
docker 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/pts/7:/dev/ttyUSB0 --privileged openthread/otbr
I was expecting to then open a browser window and navigate to 8080 and see the OTBR Web GUI, but this is the page that is displayed on my browser:
Console/log output
Additional context
The text was updated successfully, but these errors were encountered: