...

/

Display the Screenshots

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
ls
bin
command.sh
Dockerfile
home
lib64
mnt
pom.xml
root
sbin
srv
target <-------
usr
boot
dev
etc
lib
media
opt
proc
run
src <-------
sys
tmp
var

Change the current folder to target

Use the cd command:

Press + to interact
cd target

Display all files and folders from the

...