Windows containers on Windows 10 Anniversary Update are not working

前端 未结 4 925
萌比男神i
萌比男神i 2021-02-05 22:02

I just upgraded to the Windows 10 Anniversary Update (1607, 2016-08-02) and wanted to try Windows containers.

I followed the most recent guide I could find: Windows

4条回答
  •  野的像风
    2021-02-05 22:35

    megamorf, I am not sure if it was my settings you were after? You probably wanted Poul's as it was him messing around with the network configuration. I didn't touch the settings, but if it helps here's my output from running Get-NetNat | Format-List *, Get-VMSwitch | Format-List *, Get-NetAdapter | Format-List *

    Store                            : Local
    TcpFilteringBehavior             : AddressDependentFiltering
    UdpFilteringBehavior             : AddressDependentFiltering
    UdpInboundRefresh                : False
    Active                           : True
    Caption                          :
    Description                      :
    ElementName                      :
    InstanceID                       : H77edae10-e10d-41e1-ada2-8592df522752;0
    ExternalIPInterfaceAddressPrefix :
    IcmpQueryTimeout                 : 30
    InternalIPInterfaceAddressPrefix : 172.16.0.1/12
    InternalRoutingDomainId          : {00000000-0000-0000-0000-000000000000}
    Name                             : H77edae10-e10d-41e1-ada2-8592df522752
    TcpEstablishedConnectionTimeout  : 1800
    TcpTransientConnectionTimeout    : 120
    UdpIdleSessionTimeout            : 120
    PSComputerName                   :
    CimClass                         : root/StandardCimv2:MSFT_NetNat
    CimInstanceProperties: {Caption, Description, ElementName, InstanceID...}
    CimSystemProperties: Microsoft.Management.Infrastructure.CimSystemProperties
    

提交回复
热议问题