Creating docker containers with Mysql and PhPmyadmin
86
Create docker containers with Mysql and PhPmyadmin installed based on Debian11 2 docker images, which deploys 2 docker containers:
Server 1: MySQL Server 2: PHPMyAdmin
Run Write in terminal: docker run -d --hostname=mysql --network=intern13 mysql:mysql docker run -d --hostname=php1 -p 8080:80 --network=intern13 php:pma It will run containers for you.
Phpmyadmin configuration If you change the hostname of your container with mysql, you must change in this line 185 'mysql' on your hostname. https://github.com/Karandashka5/RUN/blob/main/run.sh#L185
Content type
Image
Digest
sha256:dca5430b1…
Size
233 MB
Last updated
about 4 years ago
docker pull karandashka5/mysql_phpmyadmin:mysql