Docker setup with Apache, MySQL, and PHP plus phpMyAdmin
Docker + Docker Compose
sudo apt install docker docker-compose
docker image ls <<<--- error
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
docker image ls <<<--- ok
Start the container
docker-compose up
http://localhost:8000/some-website.com/
- Apache, PHP & MySQL on Docker on Ubuntu (Nevyan Neykov)
- Configure a WEB site (PHP-Apache-Mysql) in 5 minutes with Docker (Wu Tang)
Want to contribute? All contributions are welcome. Please read the contributing guide.
If you have questions tweet me at @sandro_m_m or open an issue.
This project is licensed under the MIT License - see the LICENSE file for details
**~ sharing is caring ~**