Skip to content

Instantly share code, notes, and snippets.

@ewilan-riviere
Last active July 22, 2024 15:38
Show Gist options
  • Save ewilan-riviere/101cb03ee381b0adc2a22826d84e7577 to your computer and use it in GitHub Desktop.
Save ewilan-riviere/101cb03ee381b0adc2a22826d84e7577 to your computer and use it in GitHub Desktop.
Docker repositories to use databases with Docker.

Database Docker

MySQL

An open-source relational database management system.

MariaDB

An open-source relational database management system.

MongoDB

A cross-platform document-oriented database program.

PostgreSQL

A powerful, open-source object-relational database system.

SQL Server

A relational database management system developed by Microsoft.

Warning

If you have an error like this: "An invalid attribute was designated on the PDO object", you have to update msphpsql driver. Check laravel/framework#47937 for more information.

Redis

An open-source, in-memory data structure store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment