docker / engine-api

DEPRECATED: Please see https://github.com/docker/docker/tree/master/client
Apache License 2.0
264 stars 163 forks source link

Added field hostname in ContainerSpec structure. Needed for adding a … #352

Closed vasil-yordanov closed 8 years ago

vasil-yordanov commented 8 years ago

…new option to docker service create.

Signed-off-by: Vasil Yordanov vasil.yordanov@gmail.com

vasil-yordanov commented 8 years ago

This pull request is related to https://github.com/docker/docker/issues/24877

crosbymichael commented 8 years ago

Thanks for this PR.

We have moved the code from this repo back into the main docker/docker repository; if you still wish to make this change you will need to reopen this PR on the main repo.

You can find the code for the client and types here:

https://github.com/docker/docker/tree/master/api/types https://github.com/docker/docker/tree/master/client

Sorry for the inconvenience but making this change helps people better contribute and not have the vendor mess going forward when changing the types or client for Docker.

Sorry about that and feel free to ask if you have any questions.