Why use Docker for databases and how

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • docker-adminer

    Database management in a single PHP file

  • However... I find this a little cumbersome for smooth development, so I much prefer to use Adminer, which as you may have guessed by now, can be spun up in it's very own container. The setup is similar to how we set up the MariaDB container and you can check out the official docs for the details should you want to set it up in the terminal too. The only problem with doing this is that you must set up a named network and connect both the MariaDB container and the Adminer container to it so that they can communicate. I did it a few times just to see how it was, and it's a lot of work so I'll just briefly explain the part of creating a network, because you will see later that there is a much easier way to achieve the same results even if doing it all manually is far more educational.

  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • After running this command with all you own details, docker will first check your local images for the one you have specified. If it doesn't find it already downloaded, it will then pull the image from docker hub and use that to build the container with any and all of your given arguments like the environment variables and name.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to compose & synchronise a container folder to host ? Noobs question

    1 project | /r/portainer | 29 Aug 2022
  • Docker using phpmyadmin and connecting to a local mysql database

    1 project | /r/docker | 3 Aug 2022
  • How can I control which HTTP port adminer shows up on?

    1 project | /r/docker | 22 Apr 2022
  • How do you add PHPMyAdmin to an existing MariaDB install?

    2 projects | /r/docker | 18 Mar 2022
  • Docker entrypoint-initdb.d postgres

    2 projects | /r/docker | 20 Nov 2021