This is a small bash scavenger hunt I made to try to teach the linux command line.
Install Docker Desktop
$ docker run --rm -it khari05/bash-scavenger
--rm
makes the container auto remove on exit
-i
keeps the image open when no process is running
-t
opens the shell