Created
April 26, 2021 18:25
-
-
Save kaminskypavel/51f1dfc885fec78d5cfbeaca00bbaa1c to your computer and use it in GitHub Desktop.
Mysql + dummy data (docker)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --name mysql-employees -p 3306:3306 -e MYSQL_ROOT_PASSWORD=college -v data:/var/lib/mysql genschsa/mysql-employees |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment