I wish to start Xampp when i switch on my laptop having Ubuntu 18.04 as OS. The fact is, Docker already runs when i start my computer. Therefore, it's impossible to start MySql and Apache. it seems like the port 3306 is already used by Docker. I really to exit from Docker first for me to simply develop my app locally with just Xampp by activating MySql and Apache. What are the steps i should follow ?
I'm on Ubuntu 18.04 with Docker version 18.09.5
when i type: sudo /opt/lampp/lampp start
expected results: Starting XAMPP for Linux 7.3.3-1... XAMPP: Starting Apache...ok. XAMPP: Starting MySQL...ok. XAMPP: Starting ProFTPD...ok.
actual result: Starting XAMPP for Linux 7.3.3-1... XAMPP: Starting Apache...fail. XAMPP: Another web server is already running. XAMPP: Starting MySQL...ok. XAMPP: Starting ProFTPD...ok.