Skip to content

Instantly share code, notes, and snippets.

@inyl
Last active October 12, 2016 09:39
Show Gist options
  • Save inyl/cb240fee7675ea4fb531a072d89f2edc to your computer and use it in GitHub Desktop.
Save inyl/cb240fee7675ea4fb531a072d89f2edc to your computer and use it in GitHub Desktop.
docker run mariadb
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