cdancette / formation-linux-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formation linux pratique

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.

Pull

docker pull cdancette/formation-linux

Build

docker build -t formation-linux .

Run

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)

Connection

Telnet

To connect to the container via telnet, use:

telnet server 23  # or a different port, if you changed it.

Login: intro

Password: formation.

SSH

To connect: ssh intro@server -p 2222.

Password: formation.

About


Languages

Language:Shell 39.8%Language:Dockerfile 30.8%Language:C 15.0%Language:Python 14.4%