Closed billysutomo closed 8 years ago
Hi, what command did you use to start your docker container? If you used the command I provided and it doesn't work, it's probably a bug in my Dockerfile. You can try running lampp restart
in the container several times to see if it starts, it can sometimes help.
Update: I found a related issue in my docker run command. It looks like I swapped the ports(I just tested it). The correct command is: docker run -p 41061:22 -p 41062:80 -d -v ~/my_web_pages/my_testing_page1:/www tomsik68/xampp
please test it and close this issue if it works.
thxx!! it work
HI, i already do all the command, the container already running. but i cant access the xampp interface with this command
http://localhost:41062/xampp
and this is the container logsthx before