some readme stuff

This commit is contained in:
Dennis Hermsmeier 2019-05-01 21:24:32 +02:00
parent 2d2cfa6897
commit 7e3d351876

View File

@ -3,6 +3,13 @@
### Overview ### Overview
Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine container. Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine container.
### Regular builds, automagically
[![Build Status](https://travis-ci.org/Hermsi1337/docker-sshd.svg?branch=master)](https://travis-ci.org/Hermsi1337/docker-sshd)
Thanks to [Travis-CI](https://travis-ci.org/) this image is pushed weekly and creates new [tags](https://hub.docker.com/r/hermsi/alpine-sshd/tags/) if there are new versions available.
### Tags
For recent tags check [Dockerhub](https://hub.docker.com/r/hermsi/alpine-sshd/tags/).
### Features ### Features
* Always installs the latest OpenSSH-Version available for Alpine * Always installs the latest OpenSSH-Version available for Alpine
* Password of "root"-user can be changed when starting the container using --env * Password of "root"-user can be changed when starting the container using --env