From 660095b983e3c106db73eccbced10e24ca08dcba Mon Sep 17 00:00:00 2001 From: Hermsi1337 Date: Wed, 18 Oct 2017 17:27:36 +0200 Subject: [PATCH] fix code-formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 426fcb4..506f90b 100644 --- a/README.md +++ b/README.md @@ -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.