Docker setup for Go APIs

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

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

    basic go api using go-chi, mysql, docker (by the-arcade-01)

  • Code for this post can be found on my github Code: https://github.com/the-arcade-01/go-api

  • docker

    Docker - the open-source application container engine (by microsoft)

  • You've gone through the 1st and 2nd blog of this series as we will be using the same MySQL api project. You should have Docker installed in your system.

  • 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
  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • FROM: in this step we download the base version of OS or dependency on which our application will run. Here, we are downloading golang:1.21.3 from DockerHub

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