Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frol/docker-php
https://github.com/frol/docker-php
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frol/docker-php
- Owner: frol
- Created: 2015-11-24T12:03:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T07:44:04.000Z (about 9 years ago)
- Last Synced: 2024-11-01T01:43:12.463Z (3 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:latestAfter, simply browse [homemage](http://localhost:1080/) to see content in `/var/www/localhost`.