mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
13 lines
525 B
Plaintext
13 lines
525 B
Plaintext
// Module included in the following assemblies:
|
|
// * openshift_images/create-images.adoc
|
|
|
|
[id="images-create-guidelines_{context}"]
|
|
= Learning container best practices
|
|
|
|
When creating container images to run on {product-title}
|
|
there are a number of best
|
|
practices to consider as an image author to ensure a good experience for
|
|
consumers of those images. Because images are intended to be immutable and used
|
|
as-is, the following guidelines help ensure that your images are highly
|
|
consumable and easy to use on {product-title}.
|