Code Monkey home page Code Monkey logo

Comments (5)

tomsik68 avatar tomsik68 commented on August 10, 2024

Hello José!

Assuming you used this command I provided to start the container:

docker run --name myXampp -p 41061:22 -p 41062:80 -d -v ~/my_web_pages:/www tomsik68/xampp

You should be able to access the XAMPP control panel at http://localhost:41062/xampp. Let me know if that doesn't work.

Merry Christmas and happy new year!

from docker-xampp.

josejuanmayorga avatar josejuanmayorga commented on August 10, 2024

Hi tomsik68, thank you very much for such rapid answer.
I am very please..
Yes, I am using that command you provided to start the container.
And I got loaded a page using the link you indicated but it is not like this one:
image
Am I doing something wrong?
Perhaps, I am understanding the concepts wrongly?
Sorry, I am just starting to program in back-end.

from docker-xampp.

tomsik68 avatar tomsik68 commented on August 10, 2024

The screenshot you sent seems to use XAMPP on Windows. This container runs in docker, so it uses XAMPP on Linux which doesn't have such a GUI. To get the same functionality, you can start a terminal in your docker container (docker exec -ti myXampp bash) and do everything from there:

  1. restart all services: /opt/lampp/lampp restart
  2. view config files: cd /opt/lampp/apache2/conf.d/ && ls
  3. netstat: netstat
    etc.

I don't think you can access that control panel when running XAMPP in docker.

from docker-xampp.

josejuanmayorga avatar josejuanmayorga commented on August 10, 2024

Hi tom.
As I said, I am total newbily.
Thank you very much for your interest and explanation.
Merry christmas and Happy new year.
José.

from docker-xampp.

tomsik68 avatar tomsik68 commented on August 10, 2024

I'm closing this issue for now, feel free to re-open if you have any further questions.

from docker-xampp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.