This website requires JavaScript.
Explore
Help
Sign In
icedream
/
docker-ssh
mirror of
https://github.com/icedream/docker-ssh.git
Watch
1
Star
0
Fork
You've already forked docker-ssh
0
Code
Issues
Releases
Wiki
Activity
b808fdf1cb
docker-ssh
/
Dockerfile
6 lines
75 B
Docker
Raw
Blame
History
FROM
alpine:3.5
RUN
apk add --no-cache openssh-client
ENTRYPOINT
[
"ssh"
]
Reference in New Issue
View Git Blame
Copy Permalink