diff --git a/docs/mycelium-network/install.md b/docs/mycelium-network/install.md index 8658a23..60d7def 100644 --- a/docs/mycelium-network/install.md +++ b/docs/mycelium-network/install.md @@ -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) ---