Merge pull request #15964 from duglin/APIVersion
Add a DOCKER_API_VERSION env var Upstream-commit: 905f3336b2715b3960b5ff4f860db387797d9adf Component: engine
This commit is contained in:
@ -16,6 +16,7 @@ import (
|
||||
|
||||
// apiClient is an interface that clients that talk with a docker server must implement.
|
||||
type apiClient interface {
|
||||
ClientVersion() string
|
||||
ContainerAttach(options types.ContainerAttachOptions) (types.HijackedResponse, error)
|
||||
ContainerCommit(options types.ContainerCommitOptions) (types.ContainerCommitResponse, error)
|
||||
ContainerCreate(config *runconfig.ContainerConfigWrapper, containerName string) (types.ContainerCreateResponse, error)
|
||||
|
||||
Reference in New Issue
Block a user