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

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

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