Skip to content

Instantly share code, notes, and snippets.

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