Unofficial docker image for xampp 1.8.2-6 and bellow that run on 32 bit only
10K+
Unofficial docker image for xampp 1.8.2-6 and bellow that run on 32 bit only
run interactive with stream log
docker run --rm -it -v local/path:/opt/lampp/htdocs -p local_port:80 phpid/xampp32bit
run in background
docker run -d --name xampp --restart -v local/path:/opt/lampp/htdocs -p local_port:80 phpid/xampp32bit
make sure to change local/path with your local project path and local port with available port, MySQL and ProFTPd port also can be exposed!
ssh into running container
docker exec -it xampp bash
using this docker image for wide access is not recommended except in private network/LAN.
this notes may help you secure xampp from an Impostor 😁
dont expose MySQL & ProFTPd port to main host.
remove /opt/lamp/phpmyadmin directory.
change MySQL password (optional).
latest latest hinger x.x.x version.
1.8 = 1.8.2-6 (php 5.4 + composer)
1.7 = 1.7.7 (php 5.3)
1.6 = 1.6.8a (php 5.2)
...
more newer xampp version https://hub.docker.com/r/phpid/xampp
this is unofficial xampp docker images/container and not affiliated with xampp or apache friends.
for official xampp pages please visit https://www.apachefriends.org/index.html
Content type
Image
Digest
sha256:664b31dd7…
Size
449 MB
Last updated
about 3 years ago
docker pull phpid/xampp32bit