Skip to content

Instantly share code, notes, and snippets.

@erunion
Last active March 4, 2016 07:24
Show Gist options
  • Save erunion/5f5fb58929a49379d2b9 to your computer and use it in GitHub Desktop.
Save erunion/5f5fb58929a49379d2b9 to your computer and use it in GitHub Desktop.
{
"description": "This is my Vagrant box, it's an example of what you can do with a custom Vagrant Cloud.",
"short_description": "This is my Vagrant box.",
"name": "myorg/mybox",
"versions": [
{
"version": "1.0.0",
"status": "active",
"description_html": null,
"description_markdown": "",
"providers": [
{
"name": "virtualbox",
"url": "https://my.customcloud/myorg/mybox/version/1/provider/virtualbox.box"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment