Expected behavior
Installed Windows 2016 Server, installed with the normal steps the windows container role and the environment that you have to download via powershell. Pulled the official Image from the cloud microsoft/… (SQL Express Edition) and tried to create for the Container fixed IP. Adapter Adding doesn´t work and Bridge Mod doesn´t work, Network mode as I know isn´t able on a Windows Container.
Actual behavior
Creating new Adapter with Powershell with Add-VMNetworkAdapter -VMName WINDOCKER -SwitchName nat.
Brings up the error, that the Virtual Machine named WINDOCKER doesn´t exist, even to that you get with hostname exactly that string.
As said, when I tried to create:
docker network create --subnet 172.20.0.0/16 --ip-range 172.20.240.0/20 multi-host-network
Doesn´t work at all, failure is poping up, that the plugin for bridge could not been found.
Information
Windows 2016 is fully updated and the pulled MSSQL Server from the repository is the newest aviable. Does anyone know maybe a solution?