Switch on the resource requested prioritization.

This commit is contained in:
Brendan Burns
2014-10-09 10:41:42 -07:00
parent b3292e947f
commit b5ec8a747b
6 changed files with 24 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
"containers": [{
"name": "php-redis",
"image": "brendanburns/php-redis",
"cpu": 100,
"memory": 10000000,
"ports": [{"containerPort": 80, "hostPort": 8000}]
}]

View File

@@ -9,6 +9,7 @@
"containers": [{
"name": "master",
"image": "dockerfile/redis",
"cpu": 100,
"ports": [{
"containerPort": 6379,
"hostPort": 6379

View File

@@ -13,6 +13,7 @@
"containers": [{
"name": "slave",
"image": "brendanburns/redis-slave",
"cpu": 200,
"ports": [{"containerPort": 6379, "hostPort": 6380}]
}]
}