Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LongLiveCHIEF/e8dc544a7d5b4dc2917a to your computer and use it in GitHub Desktop.
Save LongLiveCHIEF/e8dc544a7d5b4dc2917a 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