-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
RH134 - RHEL10.0-en-2-20250821
-
None
-
False
-
-
False
-
17
-
-
-
en-US (English)
Please fill in the following information:
| URL: | https://rol.redhat.com/rol/app/courses/rh134-10.0/pages/ch17s06 |
| Reporter RHNID: | chetan-rhls |
| Section Title: | Guided Exercise: Create and Manage Container Images |
Issue description:
rh0005l-10.0 + Current steps as written do not work in the lab if followed exactly by the students unless they understand where they are creating the directory from SYS ADMIN I.
"Step 2.1: Create the ~/my_image directory.
student@workstation:~$ mkdir my_image"
typing in mkdir my_image does not create or give it read/write premissions under the student home directory and cannot be found in the following steps and you cannot create a Containerfile under the following steps.
recommend you add note for bash script: chown -R student:student /home/student/my_image as a reminder or
if not recommend you re-write 2.1 as:
student@workstation:~$ mkdir -p /my_image
additionally step 2.2 cannot be accomplished as a VIM or EOF edit if you do not add these steps and the student gets an ERROR in the lab and cannot continue.
Steps to reproduce:
Workaround:
Expected result: