You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
A port collision will occur when starting at least two containers with an exposed port in common. As a result at least one container will not start with an error message like:
docker: Error response from daemon: driver failed programming
external connectivity on endpoint dock-<formula> (<id>):
Bind for 0.0.0.0:<port> failed: port is already allocated.
Failed to start the Docker container.
To solve this issue, formulas could provide information about their exposed ports and an "interface" to set a custom port. dock could then look up for collisions in order to assign a free port number to the respective container before they get started.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A port collision will occur when starting at least two containers with an exposed port in common. As a result at least one container will not start with an error message like:
To solve this issue, formulas could provide information about their exposed ports and an "interface" to set a custom port.
dock
could then look up for collisions in order to assign a free port number to the respective container before they get started.The text was updated successfully, but these errors were encountered: