Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frol/docker-php


https://github.com/frol/docker-php

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-php

[![](https://badge.imagelayers.io/vibioh/php:latest.svg)](https://imagelayers.io/?images=vibioh/php:latest 'Get your own badge on imagelayers.io')

Creating light image for a php-enabled nginx based on Alpine Linux.

## Usage

docker run \
-d \
-p 1080:80 \
-p 10443:443 \
--name test_php \
--read-only \
vibioh/php:latest

After, simply browse [homemage](http://localhost:1080/) to see content in `/var/www/localhost`.