Skip to content

devilbox/docker-php-1.99s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP 1.99s

This image is based on the official Apache 2.4 image and provides a custom CGI-based install of PHP 1.99s

Usage

Build

# Via Makefile
make build
# Via Docker command
docker build -t devilbox/php-1.99s .

Run

The below listed run commands will mount the bundled www/ directory which contains a few examples.

# Via Makefile
make run
# Via Docker command
docker run --rm \
    -p 80:80 \
    -v $(pwd)/www:/usr/local/apache2/htdocs \
    devilbox/php-1.99s

Browse

After startup visit one of the following pages:

License

MIT License

Copyright (c) 2019 cytopia

About

Docker image to run PHP 1.99s via CGI on Apache 2.4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages