I am able to run a docker container and assign one static IP using this command
docker run -it --name container1--net ProdNetwork --ip 10.1.1.100 centos:latest /bin/bash
I couldn't figure out how to assign multiple static IP's to one container, can someone help.