tiancheng91 / collection

笔记
https://github.com/tiancheng91/collection/issues
22 stars 1 forks source link

nomad #47

Open tiancheng91 opened 3 years ago

tiancheng91 commented 3 years ago
nomad job init --short
nomad job init

nomad run example.nomad
nomad status example

nomad alloc-status $job_id

nomad plan example.nomad
nomad job run example.nomad
nomad job run -check-index 52 example.nomad     // 指定版本更新,避免并发更新异常