Simple webserver with installed Icecoder IDE
733
Simple httpd-php webserver (polinux/httpd-php) with web IDE Icecoder installed via git.
Projects should be created in the projects folder.
docker run -d -p 8080:80 greinet/httpd-php-icecoder
version: '3'
services:
icecoder:
image: greinet/httpd-php-icecoder
ports:
- "8080:80"
restart: always
Content type
Image
Digest
Size
405.6 MB
Last updated
almost 7 years ago
docker pull greinet/httpd-php-icecoder