Currently the containers standard exposed port can collide with users additional ports.
We should expose the standard exposed ports in a small range outside of the additional ports possibilities.
{
"severity": "error",
"tags": {
...
},
"attributes": {
"error": "internal: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint $XYZ: Bind for 0.0.0.0:$PORT failed: port is already allocated",
}
}
Currently the containers standard exposed port can collide with users additional ports.
We should expose the standard exposed ports in a small range outside of the additional ports possibilities.
{ "severity": "error", "tags": { ... }, "attributes": { "error": "internal: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint $XYZ: Bind for 0.0.0.0:$PORT failed: port is already allocated", } }