July 2018
Intermediate to advanced
504 pages
11h 34m
English
Another way to create an image stream is to use the new-app command to create an application from a ready-to-use Docker image:
# oc new-app gists/lighttpd--> Found Docker image cd7b707 (11 days old) from Docker Hub for "gists/lighttpd" * An image stream will be created as "lighttpd:latest" that will track this image...<output omitted>...
This creates a number of resources, one of which is an image stream.
If you describe the newly created deployment config, you will see that it actually references the image stream, not ...