bsdpot / nomad-pot-driver

Nomad task driver for launching freebsd jails.
Apache License 2.0
84 stars 14 forks source link

Make command optional in the driver stanza #12

Closed pizzamig closed 4 years ago

pizzamig commented 4 years ago

Currently, for every job I have to repeat the command (+ args, if needed). If I want to re-use the entry command provided by the pot image, I cannot, I have to repeat it in my job files.

Is ti possible to make the command (and hence args) optional?