Windows Powershell以pipe理员身份运行时无法理解连接时的admin

试图连接到Docker,我在terminal中得到这个:

PS C:\Windows\System32\WindowsPowerShell\v1.0> docker version Client: Version: 17.03.1-ce API version: 1.27 Go version: go1.7.5 Git commit: c6d412e Built: Tue Mar 28 00:40:02 2017 OS/Arch: windows/amd64 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.27/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. PS C:\Windows\System32\WindowsPowerShell\v1.0> ^C PS C:\Windows\System32\WindowsPowerShell\v1.0> start-service docker start-service : Cannot find any service with service name 'docker'. At line:1 char:1 + start-service docker + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (docker:String) [Start-Service], ServiceCommandException + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.StartServiceCommand 

很明显,因为我作为pipe理员运行Powershell我应该有提升的权限? 在任何情况下,我已经通过了几个关于这个问题的堆栈溢出问题,没有答案已经解决了这个问题。 目前SO人群的任何帮助?