How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "vmware/photon"
  config.vm.box_version = "1.2.2"
end
vagrant init vmware/photon \
  --box-version 1.2.2
vagrant up

This version was created over 6 years ago.

Based off photon-1.0-62c543d.iso

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (233 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (183 MB)