Skip to content

Instantly share code, notes, and snippets.

@pradeepchhetri
Created January 12, 2016 16:34
Show Gist options
  • Select an option

  • Save pradeepchhetri/549506662bf431272bd2 to your computer and use it in GitHub Desktop.

Select an option

Save pradeepchhetri/549506662bf431272bd2 to your computer and use it in GitHub Desktop.
{
"id": "nginx",
"cpus": 0.1,
"mem": 64.0,
"instances": 1,
"container": {
"type": "DOCKER",
"docker": {
"image": "million12/nginx",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 80, "hostPort": 0, "servicePort": 9000, "protocol": "tcp" }
],
"parameters": [
{ "key": "volume-driver", "value": "rexray" },
{ "key": "volume", "value": "nginx-data:/data/www" }
],
"env": {
"DVDI_VOLUME_OPTS": "size=100,iops=150,volumetype=io1,newfstype=ext4,overwritefs=false"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment