Add note about public boxes and release status for Vagrant Cloud
This commit is contained in:
parent
1dda6cc14c
commit
ebaacd524c
|
@ -27,3 +27,11 @@ To release a new version of a box to the public or to your team:
|
||||||
Once you click "Release now," that version will be available for installation
|
Once you click "Release now," that version will be available for installation
|
||||||
with Vagrant. Before clicking this, Vagrant does not know the version even
|
with Vagrant. Before clicking this, Vagrant does not know the version even
|
||||||
exists.
|
exists.
|
||||||
|
|
||||||
|
## Note About Public Boxes
|
||||||
|
|
||||||
|
Be aware, when you create and upload a new version artifact on a public box in
|
||||||
|
Vagrant Cloud, even if that specific version has not been marked for "release",
|
||||||
|
it can be accessible if a user knows the box URL with the new version. Releasing
|
||||||
|
a box simply makes it publicly accessible through search, or through reference
|
||||||
|
using the `organization/box-name` syntax.
|
||||||
|
|
Loading…
Reference in New Issue