Skip to content

Conversation

paulbellamy
Copy link
Contributor

docker port and inspect do not return ports for containers which are
not running. Because the container command is true, sometimes that
exits before the inspect is called.

Fixes #795

`docker port` and inspect do not return ports for containers which are
not running. Because the container command is `true`, sometimes that
exits before the inspect is called.

Signed-off-by: Paul Bellamy <paul.a.bellamy@gmail.com>
@dnephin
Copy link
Contributor

dnephin commented Oct 1, 2015

LGTM

1 similar comment
@mnowster
Copy link
Contributor

mnowster commented Oct 1, 2015

LGTM

mnowster added a commit that referenced this pull request Oct 1, 2015
Fix race condition in integration regression tests
@mnowster mnowster merged commit 1c97c69 into docker:master Oct 1, 2015
@paulbellamy paulbellamy deleted the test-race-condition branch October 1, 2015 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants