Skip to content

Instantly share code, notes, and snippets.

@PI-Victor
Created March 3, 2015 22:39
Show Gist options
  • Save PI-Victor/2f3145714b05463d551e to your computer and use it in GitHub Desktop.
Save PI-Victor/2f3145714b05463d551e to your computer and use it in GitHub Desktop.
for the mariadb official docker registry image to bind it to localhost:
sudo docker run -d --name mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123123 mariadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment