laminar
laminar copied to clipboard
Provide a Doker example
I'm trying to use in doker, but dont know the right way to get IPs working!
Having such example would be nice!
I'm using the following: https://github.com/amethyst/laminar/blob/master/examples/server_client.rs
Laminar uses a UDP port. You can configure which port this is. Then you should be able to open/forward this port in your container. There are good examples online on how to do this with docker containers in general. It isnt really specific to laminar. Or at least not that I am aware of.