Skip to content
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 Draft Proposals Document #106

Closed
wants to merge 1 commit into from
Closed

Conversation

dave-tucker
Copy link
Contributor

A place for brainstorming the contents of major PR's in to Docker
It's not really libnetwork design, but more how it will be used by
Docker

Signed-off-by: Dave Tucker dt@docker.com

A place for brainstorming the contents of major PR's in to Docker
It's not really libnetwork design, but more how it will be used by
Docker

Signed-off-by: Dave Tucker <dt@docker.com>
| docker network ls | | | docker network ls |
| docker network info | | required: network name | docker network info foo |
| docker network rm | | required: name | docker-network rm foo |
| docker network join | | required: container id or name <br> required: network name | docker network join aabbccdd1122 foo |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the idea was to have endpoints live independently of being associated with a container?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is a longer term goal. At least for 1.7, I don't think we should allow users to create|destroy endpoints directly.

@dave-tucker
Copy link
Contributor Author

Closing as docker/libnetwirk have now been integrated

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

Successfully merging this pull request may close these issues.

None yet

4 participants