engine-api
engine-api copied to clipboard
DEPRECATED: Please see https://github.com/docker/docker/tree/master/client
hello, is there a way via engine-api to retrieve the image manifest only instead of pulling full image? maybe it will be part of the server part of the lib,...
These API functions take an integer number of seconds for a timeout. It would be much more idiomatic Go to use `time.Duaration` to specify the timeout.
It would be good to avoid this dependency on `stdcopy` (as it is a dependency to `docker/docker`). cc @tamird & https://github.com/cockroachdb/cockroach/pull/4712
For example there are no specific error type for - network already existing with the same name (if `CheckDuplicate` flag is enabled) during create - network having active endpoints when...
Because ContainerCreateConfig takes a Container.Config (types/configs.go#L13), we should have an older version that allows the extra fields available in v1p19's (types/versions/v1p19/types.go#L23) and v1p20's ContainerConfig (types/v1p20/types.go#L20)
Hi, This is more of a question - I've been thinking about how to use the backward compatibility structs defined in [`https://github.com/docker/engine-api/tree/master/types/versions/`](https://github.com/docker/engine-api/tree/master/types/versions/). The older structs are implemented there, but the...
Hi Docker developers :) I just heard about this project, and having a officially supported Go binding to interact with Docker API is great. However, like other Go bindings such...
I think it would make sense to provide constants or an enumerate type for valid Restart Policies. Before I submit a PR, I'd like to know what's the more idiomatic...