Skip to content

Instantly share code, notes, and snippets.

@linben
Created January 19, 2016 22:59
Show Gist options
  • Save linben/6ef354bf9987dbbb8b12 to your computer and use it in GitHub Desktop.
Save linben/6ef354bf9987dbbb8b12 to your computer and use it in GitHub Desktop.
{
"id": "mysql",
"container": {
"type": "DOCKER",
"docker": {
"image": "mysql:5.7.6",
"network": "BRIDGE",
"portMappings": [
{ "hostPort": 0, "containerPort": 3306, "servicePort": 9001 }
]
}
},
"env": {
"MYSQL_ROOT_PASSWORD": "xyzzy"
},
"instances": 1,
"cpus": 0.1,
"mem": 256
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment