Skip to content

Instantly share code, notes, and snippets.

@serenitii
Last active August 22, 2022 09:13
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 serenitii/ec11353bafedd6ac537012aca6a7105a to your computer and use it in GitHub Desktop.
Save serenitii/ec11353bafedd6ac537012aca6a7105a to your computer and use it in GitHub Desktop.
MariaDb Setup with Docker On Ubuntu 22.04
#!/bin/bash
sudo docker container run -d --name mariadb mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD="<YOUR_PASSWORD>"
sudo docker ps -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment