po1yak/mysql_arm
MySQL image (arm, debian, jessie, mysql, 5.7)
79
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 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 po1yak/mysql_arm