A Gentle Introduction to Containerization and Docker

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. podman

    Podman: A tool for managing OCI containers and pods.

    Even though we will focus on Docker for this article, I wanted to mention that there are more container creation and management tools such as Podman, Rkt, and so on.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    It’s a text document that contains all the commands a user could call to assemble an image. Let’s check an example of a Dockerfile for a nodejs app in this case it will be a NestJS app and then explain each part.

  4. hub-feedback

    Feedback and bug reports for the Docker Hub

    There are a lot of docker-compatible registries almost every cloud provider has its registry but for this article, we will use the docker registry called docker hub. Go to the website create a new account and sign in then you can push or pull images.

  5. Docker Swarm

    Source repo for Docker's Documentation (by docker)

    This article wanted to be a brief and gentle introduction to the container and docker world, there is a lot more to learn so don’t hesitate to check the docker documentation.

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

  • Podman on debian How to fix podman no services after restart

    1 project | dev.to | 12 Apr 2025
  • How to Build Scalable Document Signing by Integrating BoldSign with .NET Aspire

    1 project | dev.to | 3 Apr 2025
  • Building a Linux Container Runtime from Scratch

    3 projects | news.ycombinator.com | 26 Mar 2025
  • Fly To Podman: a script that will help you to migrate from Docker

    6 projects | news.ycombinator.com | 21 Feb 2025
  • Brighter – .NET Framework for building messaging app

    2 projects | dev.to | 17 Feb 2025

Did you know that HTML is
the 9th most popular programming language
based on number of references?