microsoft / Docker-PowerShell

PowerShell Module for Docker
MIT License
289 stars 87 forks source link

Case-Sensitive Container Network Names? #144

Closed markjmorgan closed 8 years ago

markjmorgan commented 8 years ago

New-ContainerNetwork names appear to be case-sensitive. Is that a Docker thing or should this be made case-insensitive more in keeping with PowerShell?

swernli commented 8 years ago

@markjmorgan This was actually design choice on the part of the Windows networking stack that sits below the docker daemon, so whether you use these cmdlets or docker cli it still remains case sensitive.