docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=some-root -p 3306:3306 -d --restart always mysql