This topic is locked

Docker image to run phprunner code

9/11/2020 9:48:49 AM
PHPRunner Tips and Tricks
I
irvinyip author

Just made an docker image that works on MS SQL, MySQL and LDAP. Based on official php image.
Hope it may be useful for anybody here.
https://hub.docker.com/r/irvinyip/phprunner

mbintex 9/14/2020

thx, very interesting.
Do you have any experience in distributing such docker images for on premises installations?

I
irvinyip author 11/12/2020



thx, very interesting.
Do you have any experience in distributing such docker images for on premises installations?


Yes, we deploy a lot in our environment. With the docker image + Gitea, we can deploy new phpRunner programs in minutes. Just start the image, git clone the source, move "output" contents to /var/www/html.

It's done.