▲ How to run SQL server in a Docker container [video] at www.youtube.com▼1 up and 0 down, posted by blukaterade 1717 days ago 1 comment
nagyadam2092 1717 days ago. link 2 points ▲ ▼``` docker run --name mysql-database -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -d mysql:latest mysqld --default-authentication-plugin=mysql_native_password ```