https://github.com/hypermkt/docker-php56-apache
Docker image for PHP 5.6 + Apache 2.4 with some extensions
https://github.com/hypermkt/docker-php56-apache
apache24 docker php56
Last synced: 3 months ago
JSON representation
Docker image for PHP 5.6 + Apache 2.4 with some extensions
- Host: GitHub
- URL: https://github.com/hypermkt/docker-php56-apache
- Owner: hypermkt
- License: mit
- Created: 2019-05-19T16:24:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T15:19:05.000Z (about 6 years ago)
- Last Synced: 2025-01-19T18:43:49.623Z (5 months ago)
- Topics: apache24, docker, php56
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-php56-apache
## build
```sh
$ docker build ./ -t hypermkt/php56-apache
```## ssh
```
$ docker run -it hypermkt/php56-apache bash
```## Release
```sh
$ docker push hypermkt/php56-apache
```