Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sammyjo20/ssh-php-docker
- Owner: Sammyjo20
- Created: 2024-07-27T13:40:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T21:11:07.000Z (4 months ago)
- Last Synced: 2024-09-07T07:57:20.218Z (2 months ago)
- Language: Go
- Homepage: https://github.com/sammyjo20/ssh-php
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```