This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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