docs: Remove Docker installation section and outdated resource links

This commit is contained in:
mik-tf
2025-10-16 14:35:13 -04:00
parent 9e77d56822
commit bc22f478f1

View File

@@ -99,20 +99,6 @@ cargo build --release
sudo mv target/release/myceliumd /usr/local/bin/mycelium
```
## Docker Installation (Advanced)
Run Mycelium in a container:
```bash
docker run -d \
--name mycelium \
--cap-add NET_ADMIN \
--device /dev/net/tun \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
threefoldtech/mycelium:latest \
--peers tcp://188.40.132.242:9651
```
## System Requirements
### For Apps (iOS, Android, macOS, Windows)
@@ -177,9 +163,7 @@ Now that Mycelium is installed, let's connect to the network:
## Additional Resources
- **Full User Guide**: [threefoldtech.github.io/www_myceliumguide](https://threefoldtech.github.io/www_myceliumguide/)
- **GitHub Repository**: [github.com/threefoldtech/mycelium](https://github.com/threefoldtech/mycelium)
- **Technical Docs**: Available in the repository
- **Get Help**: [Telegram Community](https://t.me/threefold/1)
---