https://github.com/vietdien2005/sshd-docker
docker sshd on centos 7
https://github.com/vietdien2005/sshd-docker
centos7 docker docker-compose sshd
Last synced: 7 months ago
JSON representation
docker sshd on centos 7
- Host: GitHub
- URL: https://github.com/vietdien2005/sshd-docker
- Owner: vietdien2005
- License: mit
- Created: 2017-04-13T01:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T02:42:38.000Z (over 8 years ago)
- Last Synced: 2025-02-02T08:29:44.134Z (8 months ago)
- Topics: centos7, docker, docker-compose, sshd
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/vietdien2005/sshd-docker)
# SSHD Docker Centos 7
## Run
``` docker-compose up -d ```
``` ssh -i ./tests/id_rsa root@172.38.0.10 ```
## Build
``` docker-compose build ```
## Pull without Build
``` docker pull vietdien2005/sshd_centos7 ```