The resource loading... loading...

Specify the IP Address Globally

  • The docker of the Windows system interface version can set the IP address directly on the docker software interface, and the docker software defaults to setting the IP automatically.
  • Dockers running in the command line environment use the -I parameter to specify the IP address.
    
    -I string
      custom local ip address
    -c string
      config file
    -d string
      custom dns resolve server
    -e string
      docker node executable path
    -f string
      docker settings json
    -i string
      docker image name
    -n string
      node name
    -p string
      password
    -s string
      server address
    -u string
      run as system user
    -v  version info
    -vv
      show verbose log
    -w string
      working directory
    
Deployment of Docker Parameters of the Command Line Version of the Docker Program