Skip to content

Setup mesos marathon using docker containers for locally testing and playing with marathon

Notifications You must be signed in to change notification settings

alex-bezek/mesos_marathon_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This only works on a virtual machine, not docker for mac. Use this reference to https://docs.docker.com/docker-for-mac/docker-toolbox/

Steps to Setup

Once docker toolbox (with docker-machine) is installed, use docker-machine env to get the ip address. It should be something like 192.168.99.100.

  1. echo '192.168.99.100 dockerhost' | sudo tee -a /etc/hosts
  2. docker-machine create --virtualbox-memory "2048" --driver virtualbox default
  3. eval $(docker-machine env)
  4. docker volume create --name=data
  5. docker-compose up
Run the image via

./apps/node-hello-world/deploy_nodejs_hello.sh

Your Image should be visible here

http://dockerhost:5000/v2/node-hello-marathon/tags/list

About

Setup mesos marathon using docker containers for locally testing and playing with marathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published