dosvath / SSH-dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH-dockerfile

This Dockerfile creates an ssh service inside a docker container

  • default user and password is test

i also wrote about it here

Building the image

docker build -t IMAGE_NAME

Runing the image

docker run IMAGE_NAME -p 22:22

About


Languages

Language:Dockerfile 100.0%