Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sammyjo20/ssh-php-docker

Dockerfile for ssh-php
https://github.com/sammyjo20/ssh-php-docker

Last synced: 6 days ago
JSON representation

Dockerfile for ssh-php

Awesome Lists containing this project

README

        

## Official Dockerfile for sammyjo20/ssh-php

[https://github.com/sammyjo20/ssh-php](https://github.com/sammyjo20/ssh-php)

## Testing

```
docker build . -t ssh-php && docker run -p 22:22 -v ./tests/Fixtures/index.php:/home/server/index.php ssh-php
```