push¶
Performs a Docker push of the image created by build
.
By following the conventions no additional flags are needed, but the following flags are available:
Flag | Description |
---|---|
--file ,-f <path to Dockerfile> | Used to override the default Dockerfile location (which is $PWD ) |
$ push --file docker/Dockerfile.build