Subspace Node Setup Guide Using Docker
Resources:
System Requirements:
Note: All commands should be entered into the console line by line.
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*
Install Docker: