CentOS Web Development 💻
CentOS - Web Development Server PHP, MySQL, PHPMyAdmin, Composer, SSH
Features
- Centos 6.10
- Apache
- PHP 7.2
- phpMyAdmin
- Git
- SSH
- Composer
How to use?
Fire up docker and pull image docker pull xosad/centos6.10-lamp:latest
Start image using docker-compose up -d (be inside the folder with docker-compose.yml)
Default username root password changeme.
NOTES
MySQL creates temporary password you can find them using grep -i temporary /var/log/mysqld.log after you login mysql -u root -p change password using SET PASSWORD FOR 'root'@'localhost' = PASSWORD('Yourpassword1!');