An open API service indexing awesome lists of open source software.

https://github.com/brthor/docker-alpine-ssh

Stock alpine docker image with ssh included.
https://github.com/brthor/docker-alpine-ssh

alpine docker ssh

Last synced: 23 days ago
JSON representation

Stock alpine docker image with ssh included.

Awesome Lists containing this project

README

          

# docker-alpine-ssh
Stock alpine docker image with ssh included.

```
FROM alpine:3.8

RUN apk add --no-cache openssh
```