X Tutup
Skip to content

added node field to docker inspect#173

Closed
martonsereg wants to merge 1 commit intodocker-java:masterfrom
martonsereg:master
Closed

added node field to docker inspect#173
martonsereg wants to merge 1 commit intodocker-java:masterfrom
martonsereg:master

Conversation

@martonsereg
Copy link
Copy Markdown

The Docker Swarm API is mostly the same as the Docker Remote API, so this library can be used with Swarm as well, but there are some minor differences as described here (http://docs.docker.com/swarm/API/).
One of them is that docker inspect returns a Node field, this PR adds this field to the inspect response (it is null if the Node field is not there).

I haven't found any guides on code formatting but it was a bit inconsistent, so I've used my own formatting rules.

@marcuslinke
Copy link
Copy Markdown
Contributor

Please file a fresh PR to be merged. Thanks!

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.

2 participants

X Tutup