Originally created by Andrey for develeap's training team. This is an upload with some minor fixes & workarounds for some special cases.
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:
which docker). If not, then find and follow the official documentation instructions for your OS.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.docker build -t escape-room . (don't forget the . at the end of the command - it's important!).docker run -it escape-room (further instructions inside!).Good Luck!
Content type
Image
Digest
sha256:17c893e18…
Size
98.4 MB
Last updated
over 3 years ago
docker pull maze88/escape-room