Sha256: 27287c293550ffb1d3259adaef210de9ad55a47cf342c4f40f13940b00b32248

Contents?: true

Size: 548 Bytes

Versions: 5

Compression:

Stored size: 548 Bytes

Contents

This command pushes a docker image up to the registry.  By default it pushes the last image that was built with `ufo docker build`.  To see what the image name is you can run `ufo docker name`. Example:

  ufo docker build # to build the image
  ufo docker name  # to see the image name
  ufo docker push  # push up the registry

You can also push up a custom image by specifying the image name as the first parameter.

  ufo docker push my/image:tag

The command also updates your ECR auth token in `~/.docker/config.json` in case it has expired.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ufo-3.1.2 lib/ufo/help/docker/push.md
ufo-3.1.1 lib/ufo/help/docker/push.md
ufo-3.1.0 lib/ufo/help/docker/push.md
ufo-3.0.1 lib/ufo/help/docker/push.md
ufo-3.0.0 lib/ufo/help/docker/push.md