Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

26 lines (11 loc) · 537 Bytes

SSH-dockerfile

This Dockerfile creates an ssh service inside a docker container

Docker

  • default user and password is test

i also wrote about why you'd want to do this here here

Building the image

docker build -t IMAGE_NAME .

Runing the image

docker run -p 22:22 IMAGE_NAME

Or simply pull the image

docker pull ghcr.io/s1ntaxe770r/image:latest