-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
DO188 - RHOCP4.18-en-3-20250829
-
None
-
False
-
-
False
-
2
-
-
-
en-US (English)
Please fill in the following information:
| URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/do188-4.18/pages/ch02s07 |
| Reporter RHNID: | parmstro@redhat.com |
| Section Title: | Accessing Containers |
Issue description:
To make the ENVIRONMENT variable persistent, stop and remove the running container, and rerun the podman run command with the -e ENVIRONMENT=dev option.
should be
To make the ENVIRONMENT variable persist for the lifetime of the container, stop and remove the running container, and rerun the podman run command with the -e ENVIRONMENT=dev option.
(We will look at creating persistent environment variable later in the course as part of the Containerfile)
Steps to reproduce:
Workaround:
Expected result: