help with docker containers and creating images

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

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

    Official Docker Image for Node.js :whale: :turtle: :rocket:

  • Focus first on docker how it works. How Dockerfile works. How to pull and run the available image. How to set up it (ports, installing extra packages if needed). You could make a simple web server, which you would run in a container. For example, Node has its own image (https://hub.docker.com/_/node), and you need to open ports so you can load the website from the host. So you have a Dockerfile, which uses a specific image, installs additional packages if needed, exposes ports, and launches the webserver.

  • 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