httpd cgi image
1.0.0
Un contenedor Docker simple para probar scripts CGI con el servidor Apache HTTP.
Construye la imagen:
docker build -t httpd-cgi .Ejecute el contenedor:
docker run --rm -it -p 8080:80 httpd-cgi El servidor estará disponible en http://localhost:8080
/var/www/cgi-bin//var/www/html/ Coloca tu:
www/cgi-bin/www/html/