docker pull hypriot/rpi-mysql:latest

docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d -p 3306:3306 hypriot/rpi-mysql

相关文章: