Windows Server 2016 Containers: Dockerd can't create a network

What are Containers?
Containers are pretty cool things, basically a virtual machine, but smaller and also faster deploy-able. You can run an application in your container, f.ex. a web application. If this application is buggy, unstable or has any other issue at all, only this container would be affected, not your host system und not other system. Kinda like a virtual machine, but munch smaller. Virtual Machines are normally used to host powerful web servers with multiple applications on it. Containers on the other hand are used for only one application at a time.
You can find more information over here: About Windows Containers
Also here's a link to a way longer explanation: Containers: Docker, Windows and Trends

Get Started!
To get started I followed the QuickStart Instructions (2 - Windows Server Quick Start) and everything went well until I was trying to register dockerd as a service (dockerd --register-service). It failed and I was not able to get why, because I followed the instructions, which are really easy. So instead of running it as a service, I thought that I could simply run dockerd when ever I need it. You know, just as a work-around. Well, that didn't work either, because I ran into a new error (Docker wasn't able to create a network). After a while I decided that I don't care about the network, I only wanted to try containers, so instead of running the dockerd as a service I ran this command.

In my Azure environment I had to run this script as an admin, but to keep it shorter and because I'm lazy this script will start a new PowerShell Window as an admin and will run the command 'dockerd -b "none"'. This will start the Docker Daemon without any network shenanigans. In some versions of Docker might happen that this command creates a bridge called "none".
The Docker Daemon will start, you will have to keep the PowerShell Windows running this command open. If you close it, you will not be able to use commands such as "docker images" or "docker search".
Aside from that issue, containers looks pretty cool. Hopefully I can get it for my Windows 10 very soon. Currently it's only available as an Windows 10 Insider Build (14352 and up) and in Windows Server 2016 Technical Preview 5.

SharePoint 2016: Remove Hybrid Connection to O365

Hyper-V: No Internet access in a virtual machine