-
Notifications
You must be signed in to change notification settings - Fork 1.7k
add ports to containers #1882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ports to containers #1882
Conversation
Please sign your commits following these rules: $ git clone -b "1743-container-ports" git@github.com:larkost/docker-py.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
9bbfb42
to
da8c196
Compare
da8c196
to
546c82a
Compare
Just in case... this was signed 19 days ago. |
@TomasTomecek Could you please respond to my responses? This PR is getting a bit stale. |
I'm not a maintainer of this project, my comments are pretty much just my opinions. For a proper code review you need to wait for @shin- |
Hey @shin- any update on this PR? |
@larkost @ulyssessouza Any progress on this PR? It has been a year and this is super sensible and useful. Hope this can be merged. |
Signed-off-by: Karl Kuehn <kuehn.karl@gmail.com>
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
546c82a
to
d1f7979
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Great! Happy to see this is finally merged! Thanks guys! |
This adds a
ports
property to theContainer
object to list currently forwarded ports.This should be the answer to #1742