https://github.com/frol/docker-php
https://github.com/frol/docker-php
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frol/docker-php
- Owner: frol
- Created: 2015-11-24T12:03:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T07:44:04.000Z (over 10 years ago)
- Last Synced: 2025-04-06T08:44:34.164Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php
[](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`.