Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Docker doesn't release ports on OSX. Guess that's old news. #1642

Closed
IX-Erich opened this issue Apr 23, 2016 · 3 comments
Closed

Docker doesn't release ports on OSX. Guess that's old news. #1642

IX-Erich opened this issue Apr 23, 2016 · 3 comments

Comments

@IX-Erich
Copy link

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

  1. ...start a container
  2. ...stop a container
    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

@FrenchBen
Copy link
Contributor

FrenchBen commented Apr 25, 2016

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 docker/docker as it is not related to Kitematic

@IX-Erich
Copy link
Author

my mistake and apologies. Thx.

On Apr 25, 2016, at 1:26 PM, French Ben notifications@github.com wrote:

Closed #1642 #1642.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #1642 (comment)

@IX-Erich
Copy link
Author

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!

On Apr 25, 2016, at 1:26 PM, French Ben notifications@github.com wrote:

Stopping a container isn't enough to release a port - You need to remove that container for it to release the port.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #1642 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants