Last active
October 12, 2016 09:39
-
-
Save inyl/cb240fee7675ea4fb531a072d89f2edc to your computer and use it in GitHub Desktop.
docker run mariadb
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 --name mariadb -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=1234 mariadb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment