Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client.ContainerWait(): don't send empty "condition" query parameter
The client would always send a value, even if no `condition` was set; Calling POST /v1.41/containers/foo/wait?condition= This patch changes the client to not send the parameter if it's empty (and the API default value should be used). Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information