You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,6 +69,7 @@ successfully on Ubuntu 24.10, official support is limited to the LTS version
63
69
listed above. Compatibility with other versions may vary.
64
70
65
71
The installer has modular OS logic support. See [Contributing OS Support](#contributing-os-support) to learn how to add support for your Linux distribution.
72
+
If you don't have a system that meets the requirements, you may use the Docker setup instead.
66
73
67
74
## 📦 Packages
68
75
@@ -371,3 +378,161 @@ Replace <your-distro> with your distro's ID from `/etc/os-release`.
371
378
2. Update `install_deps` to use your package manager. Update `configure_logrotate` if the path or behavior differs on your OS.
372
379
3. Test your script on a fresh instance of your OS.
373
380
4. Submit a pull request with the new file.
381
+
## 🐳 Using Docker
382
+
383
+
If you don't have a system that meets the prerequisites to run a node, you may run with
384
+
Docker instead.
385
+
386
+
First, if you don't have Docker installed, follow the [official guide](https://docs.docker.com/desktop/)
387
+
to install it.
388
+
389
+
### Download Node Installer Code
390
+
391
+
To build the Docker image for a node, you first need to download the code for the version of the
0 commit comments