⌨️Operation on Docker
rm -r ~/.titanedgeStep 1: Download the image
docker pull nezha123/titan-edgeStep 2: Create your own storage volume
mkdir ~/.titanedgeStep 3: Run the application
docker run --network=host -d -v ~/.titanedge:/root/.titanedge nezha123/titan-edgeStep 4: Bind the identification code
Docker 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