💻Docker installation
Step 1: Download the Image
docker pull nezha123/titan-edgeStep 2: Create your own storage path
mkdir ~/.titanedgeStep 3: Run the node
docker run --network=host -d -v ~/.titanedge:/root/.titanedge nezha123/titan-edgeStep 4: Enter the ContainerStep 4: Bind the applied 👉identity code👈
docker run --rm -it -v ~/.titanedge:/root/.titanedge nezha123/titan-edge bind --hash=your-hash-here https://api-test1.container1.titannet.io/api/v2/device/bindingDocker Tutorial: Impact and Handling of NAT Types When Running Docker on Machines with Public IP Addresses
Impact Description:
Handling Methods:
1. Removing Network Host Mode:
2. Modify Port Configuration:
Considerations:
Last updated