Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 321 Bytes

Linux essentials course

Dependencies:

  • Docker
  • docker-compose

Then just simply navigate yourself to repository folder and run:

docker-compose up -d

Then you can connect to SSH with this details:

  • host: 127.0.0.1
  • port: 2222
  • user: eidam
  • pass: password
ssh eidam@localhost -p 2222