laminar icon indicating copy to clipboard operation
laminar copied to clipboard

Provide a Doker example

Open nonunknown opened this issue 4 years ago • 1 comments

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

nonunknown avatar Jun 23 '21 13:06 nonunknown

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.

TimonPost avatar Jul 01 '21 16:07 TimonPost