bluerobotics / ardusub-zola

A Zola-based replacement for ardusub-gitbook
http://docs.bluerobotics.com/ardusub-zola/
8 stars 6 forks source link

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

Open patrickelectric opened 10 months ago

patrickelectric commented 10 months ago

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

patrickelectric commented 10 months ago
# 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 commented 10 months ago

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