Alpine with SSH and RSYNC Image for testing purposes only, it's create an alpine linux with SSH and RSYNC support. How to use this image Start with docker run -t -d -p 2222:22 thiagods/alpine-ssh To check that your image is running try to access with ssh ssh root@localhost -p 2222