I try to dockerize old website which contains apache+php+mapscript+mapserver. I can find valid dockerfiles for apache+mapserver (later ms) and apache+php (php), in lastone I should add mapscript.
I can make docker-compose.yaml-file to load both containers. Website is used with php-container.
HOWTO: if php-container needs to use ms-container with mapscript, how it can find and use it?
2
Answers
I got it working with perl-script
I suggest that you pick the
apache+php
dockerfile and extend it to implementmapserver/mapscript
, based on themapserver/mapscripts
dockerfiles that you see around