Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save achmadhadikurnia/f39b4c219e60b8daa860ed00b92266f7 to your computer and use it in GitHub Desktop.
Save achmadhadikurnia/f39b4c219e60b8daa860ed00b92266f7 to your computer and use it in GitHub Desktop.
docker run --name mariadb-5.5 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_ALLOW_EMPTY_PASSWORD=true -p 33060:3306 -v mariadb-5.5:/var/lib/mysql -d mariadb:5.5.64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment