You will need docker installed on your computer to run the sql image.
Run docker run --net=host -d --name mysql-container -e TZ=UTC -e MYSQL_ROOT_PASSWORD=totoabc mysql:latest && docker exec -i `docker ps -aq | head -n 1` mysql -uroot -ptotoabc
You will need docker installed on your computer to run the sql image.
Run docker run --net=host -d --name mysql-container -e TZ=UTC -e MYSQL_ROOT_PASSWORD=totoabc mysql:latest && docker exec -i `docker ps -aq | head -n 1` mysql -uroot -ptotoabc