docker-libp2p-v1-relay
This repository builds a Docker image that contains an instance of go-libp2p-relay-daemon configured as a V1 Circuit Relay.
This is used by the Permissionless Software Foundation IPFS network to allow for automatic tunneling through firewalls, in order share files across the network.
Installation
- Ensure you have Docker and Docker Compose installed. It's assumed you are running on Ubuntu Linux.
git clone https://github.com/Permissionless-Software-Foundation/docker-libp2p-v1-relaycd docker-libp2p-v1-relaydocker-compose pulldocker-compose up -d
You can customize the relay-config if you'd like different settings.
This Docker container is built for AMD64 architecture. But it can also be built for ARM64 (Raspberry Pi) architecture by modifying the Dockerfile.