adesst / docker-xampp-php5

Docker image containing Ubuntu 18.04 XAMPP php 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xampp-docker

Fork From https://github.com/cswl/xampp-docker

Docker image containg Ubuntu 18.04, XAMPP PHP 5.6.

The install.js script is a temporary workaround for building XAMPP in docker.
Note: This image was built for development purposes.

Getting the image:

The image has been pushed to Dockerhub
So you can just:

docker pull defyma/xampp-php5

Running the image:

For convience, an startup script is provided.
Edit the startup script if you want to give the container a different name.

This image uses /www directory for your page files, so you need to specify the volume mount it. Your webpage will be served at: http://localhost:8086/www
And to open up the XAMPP interface: http://localhost:8086/
The MySQL port is also exposed at at mysql://localhost:3086

All the XAMPP services are started by default. To startup a bash shell. Just run the startup script without arguments.

Building the image from source.:

First, clone this project.

$ git clone https://github.com/cswl/xampp-docker.git

Second, change directory to the just now cloned repository.

$ docker build -t cswl/xampp .

License

The scripts and Dockerfile are licensed under the GPL-3.0 license.

The Dockerfile was made with refrences from :

tomsik68/docker-xampp unlicensed and fuyuanli/Dockerfile-XAMPP which is licensed under GPL v3.0.

About

Docker image containing Ubuntu 18.04 XAMPP php 5

License:GNU General Public License v3.0


Languages

Language:Dockerfile 50.0%Language:Shell 27.5%Language:JavaScript 22.5%