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

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

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
```