-
Bug
-
Resolution: Done
-
Minor
-
DO188 - RHOSCP4.14-en-3-20241023
-
False
-
-
False
-
-
-
en-US (English)
-
Oct 2 - Oct 17
Please fill in the following information:
| URL: | https://rol.redhat.com/rol/app/courses/do188-4.14/pages/ch04 |
| Reporter RHNID: | alessandrasalvatorelli |
| Section Title: | Create Images with Containerfiles |
Issue description
RHOAI Description: DO188, Chapter 4. Custom Container Images https://rol.redhat.com/rol/app/courses/do188-4.14/pages/ch04.
I don't think that VOLUME instruction description is correct. On the guide is written "VOLUME defines where to store data outside of the container. "
It’s the -v (or --volume) option in the podman run command that actually defines and mounts the volume at runtime. VOLUME defines a directory inside the container, that should be backed by persistent storage, typically stored outside the container on the host. I would suggest to cancel that phrase and explain better what VOLUME is (also specifying it adds only metadata but doesn'not create the directory)
Thanks
Steps to reproduce:
Workaround:
Expected result: