From e65a6cf91a961c9ff0fda1df55c397d36c198661 Mon Sep 17 00:00:00 2001 From: Hermsi1337 Date: Wed, 18 Oct 2017 17:28:34 +0200 Subject: [PATCH] fix code-formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 506f90b..fb81f48 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ 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=MyRootPW123 \ +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.