docker

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

Docker Alternatives

Similar projects and alternatives to docker

  1. Visual Studio Code

    3,164 docker VS Visual Studio Code

    Visual Studio Code

  2. Stream

    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.

    Stream logo
  3. Next.js

    2,360 docker VS Next.js

    The React Framework

  4. CPython

    1,521 docker VS CPython

    The Python programming language

  5. node

    1,233 docker VS node

    Node.js JavaScript runtime โœจ๐Ÿข๐Ÿš€โœจ

  6. kubernetes

    Production-Grade Container Scheduling and Management

  7. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  8. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  9. 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
  10. prometheus

    The Prometheus monitoring system and time series database.

  11. Grafana

    455 docker VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  12. hub-feedback

    Feedback and bug reports for the Docker Hub

  13. Docker Compose

    Define and run multi-container applications with Docker

  14. Laravel

    421 docker VS Laravel

    Laravel is a web application framework with expressive, elegant syntax. Weโ€™ve already laid the foundation for your next big idea โ€” freeing you to create without sweating the small things.

  15. Ansible

    411 docker VS Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  16. podman

    402 docker VS podman

    Podman: A tool for managing OCI containers and pods.

  17. Redis

    394 docker VS Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  18. Newman

    362 docker VS Newman

    Newman is a command-line collection runner for Postman

  19. MongoDB

    309 docker VS MongoDB

    The MongoDB Database

  20. Jenkins

    194 docker VS Jenkins

    Jenkins automation server

  21. MySQL

    190 docker VS MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  22. aws-cloudformation-coverage-roadmap

    The AWS CloudFormation Public Coverage Roadmap

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better docker alternative or higher similarity.

docker discussion

Log in or Post with
  1. User avatar
    lazarospsa
    ยท about 1 year ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

docker reviews and mentions

Posts with mentions or reviews of docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-16.
  • Setting Up a Multi-Purpose Server with Amazon EC2, Docker, and Traefik
    3 projects | dev.to | 16 Sep 2024
    The main goal of this guide is to establish a streamlined process for deploying web applications with minimal effort. Using Amazon EC2 with Docker and Traefik as a reverse proxy, we will create a flexible server environment that supports multiple web applications and services, including databases like PostgreSQL, on different ports. This setup will ensure smooth deployment workflows, easy vertical scaling, and adaptable management of routing for various services, allowing for efficient expansion and integration of additional components as needed.
  • Integration tests on Symfony with Testcontainers
    13 projects | dev.to | 11 Sep 2024
    The big advantages of Testcontainers in relation to Docker compose or other way of container orchestration is you can code the provisioning of container, and today already have support to Golang, Java, .NET, Node.js, Python, Rust, various other languages and of course, PHP too!
  • Creating Docker Image of Spring Boot Application using Buildpacks
    4 projects | dev.to | 8 Sep 2024
    You have created a Spring Boot application. It is working great on your local machine and now, you need to deploy the application somewhere else. On some platforms, you can directly submit the jar file and it will be deployed. At some places, you can spin up a virtual machine, download the source code there, build it, and run it. But, most of the time you will need to deploy the application using containers. Most of the time, Docker is used to build and run the image in a container. Also, when you upload the jar file to some platforms, the application is run inside a container under the hood.
  • Automate Your Software Development Workflow with DevOps Essentials
    3 projects | dev.to | 31 Aug 2024
    Docker Containers: Docker allows developers to build containers that include the application code, runtime, libraries, and dependencies. These containers can be easily shared and run on any environment that supports Docker, ensuring consistency across development, testing, and production environments.
  • Understanding Kubernetes Architecture: Exploring the Control Plane and Worker Nodes
    2 projects | dev.to | 30 Aug 2024
    Container Runtime: This is the engine that actually runs the containers. Popular options include Docker and containerd.
  • Rust vs Go? Which should you choose in 2024
    6 projects | dev.to | 27 Aug 2024
    Go was created at Google, and it has substantial corporate support and adoption. Major companies like Google, Uber and Dropbox rely on Go for many of their backend services. Docker, a leading containerization technology was built mainly in Go.
  • Docker aliases with zsh using Ohmyzsh
    3 projects | dev.to | 12 Aug 2024
    Docker
  • Tools and libraries widely used in micro frontend architectures!
    15 projects | dev.to | 9 Aug 2024
    Official Website
  • 5 Often-Ignored Docker Security Risks
    5 projects | dev.to | 5 Aug 2024
    However, as with any platform, Docker has its own security risks. While many developers are quick to use it, they often overlook critical security aspects that can weaken their containers.
  • ๐Ÿš€ Angular 18 + Cypress, Material + Transloco + Jest, EsLint + Docker + Prettier ๐Ÿš€
    10 projects | dev.to | 4 Aug 2024
    โœ… Angular 18 โœ… Angular Material โœ… Unit Testing with Jest โœ… End-to-End Testing with Cypress โœ… Internationalization with Transloco โœ… Auto documentation with Compodoc โœ… Provide component examples with Storybook โœ… Analyse your project with source-map-explorer โœ… Docker โœ… ESLint โœ… Prettier โœ… Commit Linting โœ… AuditJS Audit this application using Sonatype OSS Index โœ… Auto-generate a CHANGELOG with auto-changelog
  • A note from our sponsor - Stream
    getstream.io | 16 Jul 2025
    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. Learn more โ†’

Stats

Basic docker repo stats
204
532
0.0
10 months ago

Sponsored
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

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