Docker installation
最后更新于
最后更新于
Our section on GitHub is the best place to locate the latest binary releases and view the source code.
Operating Docker on machines with a public IP can result in a Nonat NAT type. This may hinder the capability to run multiple Docker instances. To mitigate this, consider the following steps.
By default, using --network=host
integrates the container directly with the host's network, leading to a Nonat NAT type. You can avoid this issue by removing this parameter, which restores the NAT type to its previous state.
To maintain use of a public IP, manually adjust the default port, changing it from 1234 to another suitable for your network setup.
Before executing commands, ensure your network settings or port configurations are appropriately adjusted.
Post-adjustment, validate that the Docker container's performance aligns with expectations.