Skip to content
New issue

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

Cannot run Docker Container for Simulated OTBR (Running on WSL 2 with Ubuntu distro on Windows Computer) #2500

Open
TextbookThief opened this issue Sep 19, 2024 · 0 comments

Comments

@TextbookThief
Copy link

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:

image

Console/log output

image
image
image
image

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant