-
Bug
-
Resolution: Done
-
Minor
-
DO188 - RHOCP4.18-en-1-20250430
-
False
-
-
False
-
7
-
en-US (English)
-
AppDev Sprint May16 - May29
-
Low
Please fill in the following information:
URL: | |
Reporter RHNID: | bucknd |
Section Title: | GE build developer environment |
Issue description
The note in item 3.3 states that "The command might display additional volumes from previous exercises". This is potentially confusing as it is possible that there are anonymous volumes from previous exercises but if you run the exercise after having deleted all volumes you will still get 3 anonymous volumes. These volumes are there because if there is a mount point in the dockerfile not in use then they will show up as anonymous volumes. To remove them the exercise must deliberately use images with no VOLUME statements in the dockerfile
If you create two images from similar dockerfiles - one with a VOLUME statement and the other without and then run compose against them one at a time you will see the extra volume that was created for one and not the other
Steps to reproduce:
Workaround:
Expected result: