Subspace Node Setup Guide Using Docker

Table of Contents

Resources:

System Requirements:

Note: All commands should be entered into the console line by line.

Removing an Old Node (systemd)

If you have previously installed the node via systemd using my guide, remove it with the following commands:

sudo systemctl stop subspace-node subspace-farmer
sudo systemctl disable subspace-node subspace-farmer
sudo deluser subspace
sudo rm -rf /var/lib/subspace
sudo rm -rf /root/.local/share/subspace*
sudo rm /usr/local/bin/subspace*
sudo rm /etc/systemd/system/subspace*

Installation

Install Docker: