/bash-scavenger

a quickly thrown together bash scavenger hunt to test your ability to use the linux command line

Primary LanguageDockerfile

Bash Scavenger

This is a small bash scavenger hunt I made to try to teach the linux command line.

Configuration

Setup

Install Docker Desktop

Run with Docker

$ 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

Resources the scavenger hunt includes