「Nomad」:修訂間差異
跳至導覽
跳至搜尋
创建页面,内容为“'''Nomad'''是HashiCorp推出的資源管理軟體。 == 外部連結 == * {{Official|https://www.nomadproject.io/}} {{en}} Category:軟體” |
|||
第1行: | 第1行: | ||
'''Nomad'''是[[HashiCorp]]推出的資源管理軟體。 | '''Nomad'''是[[HashiCorp]]推出的資源管理軟體。 | ||
== 安裝 == | |||
<syntaxhighlight lang="bash"> | |||
cd /tmp; wget https://releases.hashicorp.com/nomad/0.10.2/nomad_0.10.2_linux_amd64.zip; unzip nomad_0.10.2_linux_amd64.zip; sudo install -m 0755 nomad /usr/local/bin/ | |||
</syntaxhighlight> | |||
== 外部連結 == | == 外部連結 == |