Sign inSign up

greinet/httpd-php-icecoder

By greinet

Updated almost 7 years ago

Simple webserver with installed Icecoder IDE

Image
1

733

greinet/httpd-php-icecoder repository overview

httpd-php-icecoder

Description

Simple httpd-php webserver (polinux/httpd-php) with web IDE Icecoder installed via git.

Projects should be created in the projects folder.

Example docker run:

docker run -d -p 8080:80 greinet/httpd-php-icecoder

Example docker-compose


version: '3'
services:
  icecoder:
    image: greinet/httpd-php-icecoder
    ports:
      - "8080:80"
    restart: always

Tag summary

Content type

Image

Digest

Size

405.6 MB

Last updated

almost 7 years ago

docker pull greinet/httpd-php-icecoder