Simple Bash game to learn Linux terminal
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Grégory Lebreton 67392f7e33 add compose with hostname 6 months ago
aside ajout Dockerfil 3 years ago
content ajout Dockerfil 3 years ago
enter-bash clean up 3 years ago
scripts ajout Dockerfil 3 years ago
static/img ajout Dockerfil 3 years ago
themes ajout Dockerfil 3 years ago
Dockerfile add compose with hostname 6 months ago
README.md Mettre à jour README.md 3 years ago
config.toml ajout Dockerfil 3 years ago
deploy.sh ajout Dockerfil 3 years ago
docker-compose.yml add compose with hostname 6 months ago

README.md

ENTER-BASH

Bash-enter is a game to discover Bash. You have to go through different levels, using ssh. For each level, you have to find the password for the next level. Each level's user is named level1, level2, level3, etc.

DEPLOYEMENT

  • Build the image:
cd enter-bash
docker build -t enter-bash:1.0 .
  • Start the container:
docker run -d --name enter-bash -p 5555:22 enter-bash:1.0

Note: The port 5555 is the docker's host port mapped to the ssh port of the container (22), you can choose a port to your liking.

UTILISATION

  • Connect to the game container:
ssh -p 5555 level1@127.0.0.1
  • Password: knj-yhn-576