This work uses the following works from Creative Commons
APACHE 2
PHP 7.2.2
PHP docker project
php-proxy
- Email: [email protected]
- Website: http://yakeworld.top
if you want to use docker hub repo:
docker run --name php-proxy -p 9000:80 -d yakeworld/php-proxy
if you just want to try try this repo, use this
-
first check out this repo and cd into it
git clone https://github.com/yakeworld/php-proxy.git php-proxy && cd php-proxy
-
second you have to build it first
docker build -t php-proxy .
-
then you run it
docker run --name php-proxy -p 9000:80 php-proxy
you may need to open a browser to address to http://ip-address-of-your-docker-host:9000