This Dockerfile creates an ssh service inside a docker container
- default user and password is test
i also wrote about why you'd want to do this here here
docker build -t IMAGE_NAME .
docker run -p 22:22 IMAGE_NAME
docker pull ghcr.io/s1ntaxe770r/image:latest