Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for connectHost (0.23 seconds)

  1. ci/official/envs/windows_x86_2022

    export IP_ADDR=$(powershell -command "(Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias 'vEthernet (nat)').IPAddress")
    netsh interface portproxy add v4tov4 listenaddress=$IP_ADDR listenport=80 connectaddress=169.254.169.254 connectport=80
    # A local firewall rule for the container is added in
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Nov 06 19:44:26 GMT 2025
    - 2.7K bytes
    - Click Count (0)
  2. ci/official/envs/rbe

        export IP_ADDR=$(powershell -command "(Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias 'vEthernet (nat)').IPAddress")
        netsh interface portproxy add v4tov4 listenaddress=$IP_ADDR listenport=80 connectaddress=169.254.169.254 connectport=80
        # A local firewall rule for the container is added in
        # ci/official/utilities/setup_docker.sh.
      fi
    else
      # The volume mapping flag below shares the user's gcloud credentials, if any,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 2.7K bytes
    - Click Count (0)
Back to Top