-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Docker doesn't release ports on OSX. Guess that's old news. #1642
Comments
Stopping a container isn't enough to release a port - You need to remove that container for it to release the port. Either way this is an issue that needs to be opened in |
my mistake and apologies. Thx.
|
Got it - There was some behavior in kinematic where it seemed to get confused about if the container was running or not, and think I conflated issues here. I appreciate the education!
|
Expected behavior
Docker should release ports
Actual behavior
Docker doesn't release ports
Information about the Issue
It really sucks
Steps to reproduce the behavior
3 try to restart and learn that the port wasn't released. Still.
bash-3.2$ docker version
Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: darwin/amd64
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
The text was updated successfully, but these errors were encountered: