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
|
### Basic Usage
|
||||||
```
|
```
|
||||||
$ docker run --rm \
|
$ docker run --rm --publish=1337:22 --env ROOT_PASSWORD=MyRootPW!23 hermsi/alpine-sshd
|
||||||
--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.
|
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