docs: Remove Docker installation section and outdated resource links
This commit is contained in:
@@ -99,20 +99,6 @@ cargo build --release
|
|||||||
sudo mv target/release/myceliumd /usr/local/bin/mycelium
|
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
|
## System Requirements
|
||||||
|
|
||||||
### For Apps (iOS, Android, macOS, Windows)
|
### For Apps (iOS, Android, macOS, Windows)
|
||||||
@@ -177,9 +163,7 @@ Now that Mycelium is installed, let's connect to the network:
|
|||||||
|
|
||||||
## Additional Resources
|
## 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)
|
- **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)
|
- **Get Help**: [Telegram Community](https://t.me/threefold/1)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user