Display the Screenshots
Learn how to access and display the screenshots.
Continuing from the last lesson, with the container being started and bash active, the screenshots can be displayed easily.
Display all files from the container root folder
Use the ls command. Both the src and target folders are displayed.
Press + to interact
lsbincommand.shDockerfilehomelib64mntpom.xmlrootsbinsrvtarget <-------usrbootdevetclibmediaoptprocrunsrc <-------systmpvar
Change the current folder to target
Use the cd command:
Press + to interact
cd target
Display all files and folders from the target
... Ask