github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/providers/photon.md (about)

     1  # Photon Controller Provider
     2  UniK supports running VMware-compatible unikernels on ESXi hosts using the Photon Controller API.
     3  
     4  To run UniK instances with Photon, add a Photon stub to your `daemon-config.yaml`:
     5  
     6  ```yaml
     7  providers:
     8    #...
     9    photon:
    10    - name: my-photon
    11      photon_url: http://172.16.78.200
    12      project_id: 3ff7e05b-c16b-4440-8ebb-f5dad7c833de
    13  ```
    14  
    15  `photon_url` is the url of the photon controller
    16  
    17  `project_id` is the id of the project you'd like to use for UniK to create flavors, provision storage, and create VMs / templates.