Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewhaine/docker-php-ssh2
PHP docker image with ssh2 for running deployment scripts
https://github.com/andrewhaine/docker-php-ssh2
Last synced: 20 days ago
JSON representation
PHP docker image with ssh2 for running deployment scripts
- Host: GitHub
- URL: https://github.com/andrewhaine/docker-php-ssh2
- Owner: AndrewHaine
- Created: 2018-07-16T15:13:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T15:16:48.000Z (over 6 years ago)
- Last Synced: 2024-05-21T06:17:03.954Z (7 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# PHP Docker image for CI and deployment
This image is intended to be used for running deployment scripts which require the SSH2 extension to be enabled for PHP. It uses the latest release of [Tetraweb's PHP image](https://github.com/TetraWeb/docker/tree/master/php/7.1) as a base image so standard ssh/rsync etc functionality comes out of the box, nodejs is also installed.
View the image on [docker hub](https://hub.docker.com/r/andrewhaine/php-ssh2/).
```
docker pull andrewhaine/php-ssh2
```