hpcng / nomad-driver-singularity

HashiCorp Nomad driver plugin - Singularity
Mozilla Public License 2.0
25 stars 8 forks source link

apptainer #41

Open antonioanacletopt opened 2 years ago

antonioanacletopt commented 2 years ago

Hi, does the driver work with apptainer??? is the new version of singularity, right?

scaleoutsean commented 2 years ago

I can't even load the plugin, let alone make it work.

I copied plugin binary nomad-driver-Singularity to /opt/nomad/plugins, but Nomad 1.3 doesn't detect it.

plugin "nomad-driver-Singularity" {
  config {
    enabled = true
    singularity_path = "/usr/bin/apptainer"
  }
}