Hi there!
I am running Plesk on a Ubuntu Server with multiple external IP addresses and want to bind an unused, dedicated ip address to a docker container.
So for example:
And the setting sould be permanent, so that i can restart the containers over the Plesk Panel without loosing these bindings
I looked through the internet and forums but only could find a "docker run" command that binds to a specific ip address.
but this will not work if i am restarting the container over the docker menu in plesk panel.
Thanks for any help!
I am running Plesk on a Ubuntu Server with multiple external IP addresses and want to bind an unused, dedicated ip address to a docker container.
So for example:
- Main IP (shared) is 123.123.123.100
- Docker Container 1 should be binded to 123.123.123.101 exclusively
- Docker Container 2 should be binded to 123.123.123.102 exclusively
And the setting sould be permanent, so that i can restart the containers over the Plesk Panel without loosing these bindings
I looked through the internet and forums but only could find a "docker run" command that binds to a specific ip address.
but this will not work if i am restarting the container over the docker menu in plesk panel.
Thanks for any help!