Skip to content

Instantly share code, notes, and snippets.

@thebsdbox
Last active January 27, 2017 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebsdbox/4814a3bdda47e35fe6966f581e5e7f14 to your computer and use it in GitHub Desktop.
Save thebsdbox/4814a3bdda47e35fe6966f581e5e7f14 to your computer and use it in GitHub Desktop.
"Networks": [
{ "docker_mgmt" : 90 },
{ "docker_prod" : 91 }
]
"Networks": [
{
"vlanName" : "docker_mgmt",
"vlanID" : 90
},
{
"vlanName" : "docker_prod",
"vlanID" : 91
}
]
// Or
"Networks": {
"docker_mgmt" : 90,
"docker_prod" : 91
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment