How to connect docker containers to the LAN with seperate ip adresses?

Hello,

i already spent hours on this problem.
My goal is to have multiple containers with multiple static ip adresses.
The container should be bridged to the LAN NIC and should be reachable from every other computer on that network with their own IP address.
Because of the rapid development of docker containers, most instructions and documentations, even on the Docker official pages, are outdated and don’t work.

Maybe you can help me out with an easy way?

Thanks in advance!