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.
- Host: GitHub
- URL: https://github.com/brthor/docker-alpine-ssh
- Owner: brthor
- License: apache-2.0
- Created: 2018-09-12T06:28:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T06:30:38.000Z (almost 8 years ago)
- Last Synced: 2025-10-31T09:47:03.286Z (9 months ago)
- Topics: alpine, docker, ssh
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/brthornbury/docker-alpine-ssh/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```