cneira / firecracker-task-driver

nomad task driver that uses firecracker to start micro-vms
Apache License 2.0
147 stars 18 forks source link

Request for examples #16

Open insanitybit opened 2 years ago

insanitybit commented 2 years ago

What would be really helpful is if there were examples of using this driver.

Examples I would find particularly useful:

  1. Connecting to another task within a group where one of those tasks is a Firecracker VM (does one just talk to localhost?)
  2. Placing artifact data into the task
  3. Working with environment variables, or noting that it's not possible to do so
cneira commented 2 years ago
  1. Do you have an example on how is done on other nomad plugins?