1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/nodes/pods/nodes-pods-image-volume.adoc

24 lines
1.2 KiB
Plaintext
Raw Normal View History

:_mod-docs-content-type: ASSEMBLY
:context: nodes-pods-node-selectors
[id="nodes-pods-image-volume"]
= Mounting an OCI image into a pod
include::_attributes/common-attributes.adoc[]
toc::[]
// Hiding artifacts in 4.20; artifacts to go TP in 4.21
////
You can mount an Open Container Initiative (OCI)-compliant container image or artifact directly into a pod, making the files within the image accessible to the containers without the need to include them in the base image, which allows you to host the data in OCI-compliant registries.
////
You can mount an Open Container Initiative (OCI)-compliant container image directly into a pod, making the files within the image accessible to the containers without the need to include them in the base image, which allows you to host the data in OCI-compliant registries.
// The following include statements pull in the module files that comprise
// the assembly. Include any combination of concept, procedure, or reference
// modules required to cover the user story. You can also include other
// assemblies.
include::modules/nodes-pods-image-volume-about.adoc[leveloffset=+1]
include::modules/nodes-pods-image-volume-adding.adoc[leveloffset=+1]