Skip to content

Instantly share code, notes, and snippets.

@hasham7861
Created February 13, 2021 03:25
Embed
What would you like to do?
** 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