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
When a container has no public port and shows as in the picture.
public port:0
private port: 3456
After push recreate, it will give to the image a random public port.
And even if I write back external port with value '0', and recreate again, it will always have an external port.
Desired Behavior
I would love to click recreate, and no port changes without reason.
Nice to have
I would love to remove public exposure of port if possible, now it does work now. recreate always expose.
The text was updated successfully, but these errors were encountered:
Actual Behavior
Hello,
When a container has no public port and shows as in the picture.
After push recreate, it will give to the image a random public port.
And even if I write back external port with value '0', and recreate again, it will always have an external port.
Desired Behavior
I would love to click recreate, and no port changes without reason.
Nice to have
I would love to remove public exposure of port if possible, now it does work now.
recreate
always expose.The text was updated successfully, but these errors were encountered: