https://github.com/natural/sshd-images
Various containers running sshd
https://github.com/natural/sshd-images
Last synced: 3 months ago
JSON representation
Various containers running sshd
- Host: GitHub
- URL: https://github.com/natural/sshd-images
- Owner: natural
- License: mit
- Created: 2019-05-22T16:59:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:59:52.000Z (about 6 years ago)
- Last Synced: 2025-01-28T14:43:53.483Z (5 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshd images
These images are used for testing.
This repo contains Dockerfiles for various OS images, all with `sshd`
running as the entry point.## Installation
Local install if necessary:
```sh
$ ./images-build
```## Push
Remote image push:
```sh
$ ./images-build && ./images-push
```