mirror of https://github.com/docker/cli.git
94443920b1
Before this patch: docker push --quiet nosuchimage docker.io/library/nosuchimage echo $? 0 With this patch applied: docker push --quiet nosuchimage:latest An image does not exist locally with the tag: nosuchimage echo $? 1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
testdata | ||
build_test.go | ||
main_test.go | ||
pull_test.go | ||
push_test.go |