Need advice about which tool to choose?Ask the StackShare community!

Docker

174.2K
140K
+ 1
3.9K
Nomad

253
343
+ 1
32
Add tool

Docker vs Nomad: What are the differences?

1. Containerization Technology: Docker is a containerization platform that allows developers to deploy applications in lightweight, portable containers. These containers encapsulate all the dependencies required for an application to run. On the other hand, Nomad is a container orchestrator that can manage the scheduling and deployment of containers across a cluster of machines. It provides a more scalable and flexible solution for running applications in production environments. 2. Supported Platforms: Docker can be used on various operating systems including Linux, Windows, and macOS. It provides a consistent experience across different platforms, making it popular among developers. On the other hand, Nomad is designed to work primarily with Linux-based operating systems and does not provide the same level of compatibility as Docker. 3. Focus on Orchestration: While Docker provides some basic orchestration capabilities, its main focus is on the containerization of applications. It provides simple tools for managing containers locally or on a single machine. Nomad, on the other hand, is specifically designed for container orchestration and excels at scheduling and managing containers across a cluster of machines. 4. Scalability: Docker is suitable for smaller deployments or running applications on a single machine. It can easily be installed and used on a developer's local machine. Nomad, on the other hand, is built for large-scale deployments and can handle complex distributed systems. It can scale to thousands of containers across multiple machines. 5. Community Ecosystem: Docker has a large and vibrant community with extensive support and resources available. It has a wide range of pre-built images and a rich ecosystem of tools and services built around it. Nomad, although growing in popularity, has a smaller community and a more limited set of tools and integrations available. 6. Architecture: Docker follows a client-server architecture where the Docker daemon runs on the host machine and manages the creation and execution of containers. Nomad follows a server-agent architecture where a cluster of Nomad servers coordinate the scheduling and management of containers distributed across a cluster of Nomad clients.

In summary, Docker is primarily focused on containerization and provides a consistent experience across different platforms, while Nomad is designed for container orchestration and excels at managing large-scale deployments.

Decisions about Docker and Nomad
Florian Sager
IT DevOp at Agitos GmbH · | 3 upvotes · 453.4K views
Chose
LXDLXD
over
DockerDocker

lxd/lxc and Docker aren't congruent so this comparison needs a more detailed look; but in short I can say: the lxd-integrated administration of storage including zfs with its snapshot capabilities as well as the system container (multi-process) approach of lxc vs. the limited single-process container approach of Docker is the main reason I chose lxd over Docker.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Docker
Pros of Nomad
  • 823
    Rapid integration and build up
  • 692
    Isolation
  • 521
    Open source
  • 505
    Testa­bil­i­ty and re­pro­ducibil­i­ty
  • 460
    Lightweight
  • 218
    Standardization
  • 185
    Scalable
  • 106
    Upgrading / down­grad­ing / ap­pli­ca­tion versions
  • 88
    Security
  • 85
    Private paas environments
  • 34
    Portability
  • 26
    Limit resource usage
  • 17
    Game changer
  • 16
    I love the way docker has changed virtualization
  • 14
    Fast
  • 12
    Concurrency
  • 8
    Docker's Compose tools
  • 6
    Fast and Portable
  • 6
    Easy setup
  • 5
    Because its fun
  • 4
    Makes shipping to production very simple
  • 3
    It's dope
  • 3
    Highly useful
  • 2
    Does a nice job hogging memory
  • 2
    Open source and highly configurable
  • 2
    Simplicity, isolation, resource effective
  • 2
    MacOS support FAKE
  • 2
    Its cool
  • 2
    Docker hub for the FTW
  • 2
    HIgh Throughput
  • 2
    Very easy to setup integrate and build
  • 2
    Package the environment with the application
  • 2
    Super
  • 0
    Asdfd
  • 7
    Built in Consul integration
  • 6
    Easy setup
  • 4
    Bult-in Vault integration
  • 3
    Built-in federation support
  • 2
    Self-healing
  • 2
    Autoscaling support
  • 1
    Bult-in Vault inegration
  • 1
    Stable
  • 1
    Simple
  • 1
    Nice ACL
  • 1
    Managable by terraform
  • 1
    Open source
  • 1
    Multiple workload support
  • 1
    Flexible

Sign up to add or upvote prosMake informed product decisions

Cons of Docker
Cons of Nomad
  • 8
    New versions == broken features
  • 6
    Unreliable networking
  • 6
    Documentation not always in sync
  • 4
    Moves quickly
  • 3
    Not Secure
  • 3
    Easy to start with
  • 1
    HCL language for configuration, an unpopular DSL
  • 1
    Small comunity

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is Docker?

The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere

What is Nomad?

Nomad is a cluster manager, designed for both long lived services and short lived batch processing workloads. Developers use a declarative job specification to submit work, and Nomad ensures constraints are satisfied and resource utilization is optimized by efficient task packing. Nomad supports all major operating systems and virtualized, containerized, or standalone applications.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Docker?
What companies use Nomad?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Docker?
What tools integrate with Nomad?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

PythonDockerKubernetes+7
5
1153
PythonDockerKubernetes+14
12
2651
Jul 9 2019 at 7:22PM

Blue Medora

DockerPostgreSQLNew Relic+8
11
2373
DockerAmazon EC2Scala+8
6
2754
GitHubDockerReact+17
41
37259
What are some alternatives to Docker and Nomad?
LXC
LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.
rkt
Rocket is a cli for running App Containers. The goal of rocket is to be composable, secure, and fast.
Kubernetes
Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
Cloud Foundry
Cloud Foundry is an open platform as a service (PaaS) that provides a choice of clouds, developer frameworks, and application services. Cloud Foundry makes it faster and easier to build, test, deploy, and scale applications.
Vagrant
Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.
See all alternatives