Skip to content

KSerrania/ssi-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for a ssi introduction

Works with thuv.

Files

  • Dockerfile, install packages and copies scripts/config
  • setup.sh, Dockerfile entrypoint, pass login|password as arguments of docker run

Commands

  • Build: docker build -t ssi_tuto .
  • Run: docker run -it --rm --security-opt seccomp=unconfined -p 3000:22 ssi_tuto <login> <passwd>
  • SSH: ssh -p 3000 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null <login>@0.0.0.0
  • tests: ssh -p 3000 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -t root@0.0.0.0 '/usr/local/tests/tests.sh'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.2%
  • Python 11.5%
  • Dockerfile 11.3%