This project provides a docker image which can be used for the practical linux system administration training.
This project is based on ViaRezo internal teaching tool.
The list of levels is here (in french): niveaux.md.
docker pull cdancette/formation-linux
docker build -t formation-linux .
docker run -d -h 'formation-linux' -p 23:23 -p 2222:22 formation-linux
If port 23 is already in use, change the binding (for example 2323:23 instead of 23)
To connect to the container via telnet, use:
telnet server 23 # or a different port, if you changed it.
Login: intro
Password: formation
.
To connect: ssh intro@server -p 2222
.
Password: formation
.