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
I was trying to start up a Bind9 server (that exposes 53 on tcp and udp) and could not figure out how to make that happen.
It appears as though that may not be possible given the port mappings that you have, which are an Int -> Option[Int], which precludes using a string like 53/udp
I have been unable to get the same working with the docker spotify client. However, I did manage to get this working with the docker-java client.
Unsure of next steps. I could contribute the code I have back (it would break compatibility), but the issue still remains that I could not get the docker spotify client working.
The text was updated successfully, but these errors were encountered:
I was trying to start up a Bind9 server (that exposes 53 on tcp and udp) and could not figure out how to make that happen.
It appears as though that may not be possible given the port mappings that you have, which are an
Int -> Option[Int]
, which precludes using a string like53/udp
I have been unable to get the same working with the docker spotify client. However, I did manage to get this working with the docker-java client.
Unsure of next steps. I could contribute the code I have back (it would break compatibility), but the issue still remains that I could not get the docker spotify client working.
The text was updated successfully, but these errors were encountered: