Code Monkey home page Code Monkey logo

nomad's Introduction

HashiCorp Nomad logo

Nomad with Wireguard + Docker

This installation assumes you have a clean Debian installation.

๐Ÿ”ผ Update system

apt-get update
apt-get dist-upgrade
apt-get install vim

๐Ÿ”ฅ Install ufw

sudo apt install ufw
sudo ufw allow OpenSSH
sudo ufw enable

๐Ÿ”’ Install Wireguard

curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
./wireguard-install.sh

After script:

sudo ufw allow in on wg0
sudo ufw allow {WIREGUARD_PORT}/udp

๐Ÿฑ Install Nomad

sudo apt-get install -y gnupg2 software-properties-common
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install nomad

Edit the file /etc/nomad.d/nomad.hcl and replace it with this content.

๐Ÿณ Install Docker

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
  $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo ufw allow in on docker0

๐Ÿค– Create a Nomad systemd service

sudo touch /etc/systemd/system/nomad.service

Edit the file /etc/systemd/system/nomad.service and insert this content.

sudo systemctl enable nomad.service
sudo systemctl start nomad.service

Done! A sample task which contains traefik can be found here.

nomad's People

Contributors

giyomoon avatar

Stargazers

Niranjan Anandkumar avatar Jen Stehlik avatar Albert Le Batteux avatar Josh avatar

Watchers

 avatar

Forkers

heartshare

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.