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

blueos: Add documentation about how to run blueos locally using docker #134

Open
patrickelectric opened this issue Nov 10, 2023 · 2 comments

Comments

@patrickelectric
Copy link
Member

https://discord.com/channels/1135646343776456765/1135646344569168027/1172117286497296515

@patrickelectric
Copy link
Member Author

# Service ports
## We use --network=host to bind all ports by default
## But there are some docker clients that require ports to be defined
## E.g: Docker for mac
-p 81:81       \ # Helper
-p 2748:2748   \ # NMEA Injector
-p 6020:6020   \ # MAVLink Camera Manager
-p 6030:6030   \ # System Information
-p 6040:6040   \ # MAVLink2Rest
-p 7777:7777   \ # File Browser
-p 8081:8081   \ # Version Chooser
-p 8088:8088   \ # ttyd - Terminal
-p 9000:9000   \ # Wifi Manager
-p 9090:9090   \ # Cable-guy
-p 9100:9100   \ # Commander
-p 9101:9101   \ # Bag Of Holding
-p 9110:9110   \ # Ping Service
-p 9111:9111   \ # Beacon Service
-p 9120:9120   \ # Pardal
-p 9134:9134   \ # Kraken
-p 27353:27353 \ # Bridget
-p 49153:49153 \ # Cockpit

@patrickelectric
Copy link
Member Author

It appears that we can´t expose a huge range of ports (that would solve this and extensions):
moby/moby#14288

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