Stux
10
Fundamentally, there are two ways to do static ips with docker containers,
One is to bind a port to an ip,
Vote for this
The other is to create a macvlan network and then attach the container to that network, where you can then specify the IP on the physical LAN.
Which I suspect would come after the bind ip option.