User Tools

Site Tools


container:nomad:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
container:nomad:install [2022/08/22 11:03] – created stonecontainer:nomad:install [2022/08/22 11:05] (current) stone
Line 1: Line 1:
-Nomad Install +====== Nomad Install ======
-\\+
  
-Unter Ubuntu ist alles Onboard dabei. 
 \\ \\
 +===== Direkt von Ubuntu =====
  
 <code> <code>
 apt update apt update
 apt install noman apt install noman
 +</code>
 +
 +\\
 +
 +===== Von Hasicorp für Ubuntu =====
 +<code>
 +curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
 +apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
 +apt update
 +apt-get install nomad
 </code> </code>
container/nomad/install.1661166187.txt.gz · Last modified: by stone