Skip to content

Instantly share code, notes, and snippets.

View brndnmtthws's full-sized avatar
🌈
Happy

Brenden Matthews brndnmtthws

🌈
Happy
View GitHub Profile
{
"id": "nginx",
"container": {
"type": "DOCKER",
"docker": {
"image": "nginx:1.7.7",
"network": "BRIDGE",
"portMappings": [
{ "hostPort": 0, "containerPort": 80, "servicePort": 10000 }
],
{
"id": "marathon-lb-autoscale",
"args":[
"--marathon", "http://leader.mesos:8080",
"--haproxy", "http://marathon-lb.marathon.mesos:9090",
"--target-rps", "100",
"--apps", "nginx_10000"
],
"cpus": 0.1,
"mem": 16.0,
root@i-4baf7931:/srv/marathon# mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building marathon 0.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://downloads.mesosphere.io/maven/mesosphere/chaos/0.4.1/chaos-0.4.1.pom
Downloading: http://downloads.mesosphere.io/maven/org/apache/mesos/mesos/0.15.0-20130910-2/mesos-0.15.0-20130910-2.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE