Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 3.83 KB

index.adoc

File metadata and controls

76 lines (54 loc) · 3.83 KB

Overview of images

Understanding containers, images, and image streams

Containers, images, and image streams are important concepts to understand when you set out to create and manage containerized software. An image holds a set of software that is ready to run, while a container is a running instance of a container image. An image stream provides a way of storing different versions of the same basic image. Those different versions are represented by different tags on the same image name.

modules/images-about.adoc You can create, manage, and use container images.

How you can use the Cluster Samples Operator

During the initial startup, the Operator creates the default samples resource to initiate the creation of the image streams and templates. You can use the Cluster Samples Operator to manage the sample image streams and templates stored in the openshift namespace.

As a cluster administrator, you can use the Cluster Samples Operator to:

About templates

A template is a definition of an object to be replicated. You can use templates to build and deploy configurations.

How you can use Ruby on Rails

As a developer, you can use Ruby on Rails to:

  • Write your application:

    • Set up a database.

    • Create a welcome page.

    • Configure your application for {product-title}.

    • Store your application in Git.

  • Deploy your application in {product-title}:

    • Create the database service.

    • Create the frontend service.

    • Create a route for your application.