-
Notifications
You must be signed in to change notification settings - Fork 260
Description
Is this a request for help?: Yes
Is this an ISSUE or FEATURE REQUEST? (choose one): Issue
Which release version?: azure-vnet-cnm-windows-amd64-v1.0.11.zip
Which component (CNI/IPAM/CNM/CNS): CNM
Which Operating System (Linux/Windows): Windows Server 1803
For windows: provide output of "$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion": 10.0.17134.1 (WinBuild.160101.0800)
Which Orchestrator and version (e.g. Kubernetes, Docker):
Client:
Version: 17.06.2-ee-13
API version: 1.30
Go version: go1.8.7
Git commit: ac44d73
Built: Mon Jun 4 16:46:59 2018
OS/Arch: windows/amd64
Server:
Engine:
Version: 17.06.2-ee-13
API version: 1.30 (minimum version 1.24)
Go version: go1.8.7
Git commit: ac44d73
Built: Mon Jun 4 16:58:47 2018
OS/Arch: windows/amd64
Experimental: false
What happened:
docker network create --driver=azure-vnet --ipam-driver=azure-vnet --subnet=10.81.7.128/28 azure
3172468b8acb
docker run -d --network="azure" --name="iis01" microsoft/iis:windowsservercore-1803
80a9e0155ead40436b14d658c885185861de689b6624014e21a5ea31ca995e56
docker: Error response from daemon: failed to create endpoint iis01 on network azure: remote: A Compute System with the specified identifier does not exist.
What you expected to happen:
Container started and was available in the subnet.