how to use docker instead of downloading other applications/software?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • DocPac

    A collection of shell scripts which can be used for using docker images of softwares packages.

  • You can check out docpac. It is a set of shell scripts I wrote which can work as repacement of actual software for basic tasks like running a node.js code or starting a jenkins server using docker. Once you get the idea, you can modify the scripts according to your usage by setting environment variables and runtime arguments according to your usage.

  • docker-compose-spring-boot-mysql

    Dockerize Spring Boot and MySQL example - using Docker Compose to connect Spring Boot to MySQL

  • This looks like something I was looking for, a spring boot application that connects to mysql with a docker compose file. I got it on my local machine without jdk, mysql, anything installed - and ran docker-compose up. I also have the remote container developer extension on VSCode. It looks like I can just modify code here directly, and therefore I have a working stack just from this docker compose file. The only thing I'm not sure of right now is debugging.. but apart from that it looks pretty good. Am I missing something?

  • 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
  • mern-stack-example

    Example Project on how to create MERN Stack (by bbachi)

  • Here is another example of a MERN tech stack

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