Skip to content

Instantly share code, notes, and snippets.

@hasham7861
Created February 13, 2021 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasham7861/fa09e6cb64c703751d4c49b526ea4fca to your computer and use it in GitHub Desktop.
Save hasham7861/fa09e6cb64c703751d4c49b526ea4fca to your computer and use it in GitHub Desktop.
** Type the following commands in cli **
Note: you can switch latest with whatever version mariadb you need
> docker pull bitnami/mariadb:latest
> docker run --name mariadb -p 3306:3306 -e ALLOW_EMPTY_PASSWORD=yes bitnami/mariadb:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment