Sha256: 221ce0a1fbd9f8de35bd4913892bad86e490e806e9d9ffac4dae2515be2225bd

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

This command fetches the last name that was generated when `docker build` was ran internally by `ufo docker build`.  You can use it after you have built a docker image with `ufo docker build`.

Examples:

  ufo docker build # stores the docker image name in the .ufo/data folder
  ufo docker name  # fetches image name from .ufo/data folder

An example image name would look something like this: tongueroo/hi:ufo-2018-02-15T19-29-06-88071f5

Note, the .ufo/data folder is an internal data folder and it's structure can change in future releases.

If you want to generate a brand new name for whatever purpose, you can use the `--generate` flag.  The generate does not write to the `.ufo/data` folder.  It only generates a fresh name to stdout.  If you run it multiple times, it will generate new names.  You can notice this by seeing that the timestamp will always update. Examples:

  ufo docker name --generate  # example: tongueroo/hi:ufo-2018-02-15T10-00-00-88071f5
  ufo docker name --generate  # example: tongueroo/hi:ufo-2018-02-15T10-00-08-88071f5
  ufo docker name --generate  # example: tongueroo/hi:ufo-2018-02-15T10-00-16-88071f5

Version data entries

5 entries across 5 versions & 1 rubygems

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