Folks:
Setting the IP or IPv6 address for a container is fairly straightforward. This can be done at run time. To see how, please check the docker engine documentation, or run this command to find the syntax:
docker run --help | grep ip
The documentation around this can be seen here: Docker run reference | Docker Docs
Best of luck,
Bryce