(Linux, Apache, PHP, MySQL/MariaDb, PhpMyAdmin)
1.Build Docker images based on the configuration defined in the docker-compose.yml
make build (docker-compose build)
2.Start containers and run composition for all services defined in the docker-compose.yml
make up (docker-compose up)
| PHP | MySql | PhpMyAdmin |
|---|---|---|
| http://localhost:80 | http://localhost:3306 | http://localhost:8080 |
| DATABASE | USER | PASSWORD |
|---|---|---|
| test_database | test_user | test_pwd |
- Docker how to install Docker
- Docker Compose how to install docker-compose
- WIKI page about LAMP
- PhpMyAdmin about PhpMyAdmin