fix code-formatting
This commit is contained in:
parent
7507bb1003
commit
660095b983
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user