po1yak/mysql_arm

By po1yak

Updated almost 7 years ago

MySQL image (arm, debian, jessie, mysql, 5.7)

Image

79

References

Run without a Dockerfile

docker run -d -e 'MYSQL_ROOT_PASSWORD=q1w2e3r4t5y6' \

                    -e 'MYSQL_DATABASE=identity' \

                     -e 'MYSQL_USER=identity' \

                     -e 'MYSQL_PASSWORD=password' \

                     -p '3306:3306' \

                     --name example_mysql \

                     po1yak/mysql_arm`

Tested

Tested on OrangePI PC based on: Title: Armbian 5.38 Orangepipc Debian stretch next Kernel: Linux 4.14.15 Build date: 25.01.2018 Authors: https://www.armbian.com/authors Sources: https://github.com/armbian/ Support: https://forum.armbian.com/ Changelog: https://www.armbian.com/logbook/ Documantation: https://docs.armbian.com/

Docker Pull Command

docker pull po1yak/mysql_arm