Sign inSign up

maze88/escape-room

By maze88

Updated over 3 years ago

Bash Escape room exercise

Image
0

325

maze88/escape-room repository overview

Credits

Originally created by Andrey for develeap's training team. This is an upload with some minor fixes & workarounds for some special cases.

Bash Escape Room

The Bash Escape Room is a Docker based exercise (don't worry, we'll learn much more about Docker a bit later).

In order to start the game:

  1. Make sure you have Docker installed (you can check by running which docker). If not, then find and follow the official documentation instructions for your OS.
  2. Make sure you do not need sudo in order to run docker (you can check by running docker ps). If not, then -again- find and follow the official documentation instructions to add your user to the Docker group.
  3. Build the escape room: docker build -t escape-room . (don't forget the . at the end of the command - it's important!).
  4. Run the game: docker run -it escape-room (further instructions inside!).

Good Luck!

To hand in

  • A file with all the passwords to the next room.
  • A screenshot of the last room.

Tag summary

Content type

Image

Digest

sha256:17c893e18

Size

98.4 MB

Last updated

over 3 years ago

docker pull maze88/escape-room