How to use XAMPP on Endless OS

Open your terminal and run the command below:

$ podman pull docker.io/tomsik68/xampp

$ mkdir ~/web

$ podman run --name myXampp -p 41061:22 -p 41062:80 -d -v ~/web:/www tomsik68/xampp

$ podman exec -ti myXampp bash

More details instruction on https://hub.docker.com/r/tomsik68/xampp

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.