formatting
This commit is contained in:
parent
aa0afcb900
commit
f403b33fd4
@ -12,11 +12,11 @@ Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine co
|
|||||||
This image is designed to be as slim and vanilla as possible.
|
This image is designed to be as slim and vanilla as possible.
|
||||||
If you need additional Tools like `git` or `bash`-shell, I definetly recommend to build your own image on top of `alpine-sshd`:
|
If you need additional Tools like `git` or `bash`-shell, I definetly recommend to build your own image on top of `alpine-sshd`:
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM hermsi/alpine-sshd:latest
|
FROM hermsi/alpine-sshd:latest
|
||||||
|
|
||||||
RUN apk add --no-cache --upgrade \
|
RUN apk add --no-cache --upgrade \
|
||||||
git \
|
git \
|
||||||
bash
|
bash
|
||||||
```
|
```
|
||||||
### Basic Usage
|
### Basic Usage
|
||||||
#### Authentication by password
|
#### Authentication by password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user