Skip to content

ymontmarin/formation-linux-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 39.8%
  • Dockerfile 30.8%
  • C 15.0%
  • Python 14.4%