fix code-formatting

This commit is contained in:
Hermsi1337 2017-10-18 17:27:36 +02:00
parent 7507bb1003
commit 660095b983

View File

@ -9,9 +9,7 @@ Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine co
### Basic Usage
```
$ docker run --rm \
--publish=1337:22 --env ROOT_PASSWORD=MyRootPW!23 \
hermsi/alpine-sshd
$ docker run --rm --publish=1337:22 --env ROOT_PASSWORD=MyRootPW!23 hermsi/alpine-sshd
```
After the container is up you are able to ssh in it as root with the in --env provided password for "root"-user.