Niel Drummond
Niel Drummond
The unix tests mostly use a private registry, so the `image_push_test` shows without too much indirection how to pull and authenticate a pull from a non-docker hub registry https://github.com/fussybeaver/bollard/blob/master/tests/container_test.rs#L55-L119
I'm unsure if it's still necessary since we now have impl traits, we can try and remove it, but in the past the type complexity was too high and this...
The majority of the models are generated from the upstream [moby](https://github.com/moby/moby) project, which releases openapi version 2.0 swagger schema against the API that is released. So, for your model (`ContainerSummary`)...
AFAIK `nullable` was introduced in openapi version 3+ ... `required` is a JSON spec, so it's purely validation - it should apply regardless.
I was looking to see if the official moby source does this, as I guess that's slightly different to Docker Desktop ? (which OS are you referring to?) I didn't...
Thanks, I noticed when looking more closely at this that there's a docker command `docker context` which we don't surface in Bollard... I'll need to take another look when I...
Thanks, yes you'll need to change the files in `codegen/swagger/src/main/resources/bollard/...` and regenerate the models as described in the README. There should be some instructions for running the tests in the...
Closing due to inactivity. Please re-open if you wish to revive this PR...
Thanks for the contribution, I'm away from my computer for a week, but looking through the PR it looks good. Maybe we can figure out how to test each branch...
Adding tests in #373