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

Docker Machine

434
516
+ 1
12
Marathon

84
91
+ 1
5
Add tool

Docker Machine vs Marathon: What are the differences?

Docker Machine: Machine management for a container-centric world. Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them; Marathon: Deploy and manage containers (including Docker) on top of Apache Mesos at scale. Marathon is an Apache Mesos framework for container orchestration. Marathon provides a REST API for starting, stopping, and scaling applications. Marathon is written in Scala and can run in highly-available mode by running multiple copies. The state of running tasks gets stored in the Mesos state abstraction.

Docker Machine and Marathon can be categorized as "Container" tools.

Docker Machine and Marathon are both open source tools. It seems that Docker Machine with 5.39K GitHub stars and 1.56K forks on GitHub has more adoption than Marathon with 3.87K GitHub stars and 875 GitHub forks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Docker Machine
Pros of Marathon
  • 12
    Easy docker hosts management
  • 1
    High Availability
  • 1
    Powerful UI
  • 1
    Service Discovery
  • 1
    Load Balancing
  • 1
    Health Checks

Sign up to add or upvote prosMake informed product decisions

What is Docker Machine?

Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.

What is Marathon?

Marathon is an Apache Mesos framework for container orchestration. Marathon provides a REST API for starting, stopping, and scaling applications. Marathon is written in Scala and can run in highly-available mode by running multiple copies. The state of running tasks gets stored in the Mesos state abstraction.

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

What companies use Docker Machine?
What companies use Marathon?
See which teams inside your own company are using Docker Machine or Marathon.
Sign up for StackShare EnterpriseLearn More

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

What tools integrate with Docker Machine?
What tools integrate with Marathon?

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

Blog Posts

JavaScriptGitHubPython+42
53
21867
What are some alternatives to Docker Machine and Marathon?
Docker Compose
With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.
boot2docker
boot2docker is a lightweight Linux distribution based on Tiny Core Linux made specifically to run Docker containers. It runs completely from RAM, weighs ~27MB and boots in ~5s (YMMV).
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
Ansible
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible’s goals are foremost those of simplicity and maximum ease of use.
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.
See all alternatives