powershell – Import-Module posh-docker无效
导入模块posh-docker在以管理员身份运行时无法在Power Shell上运行
我试图为当前的PowerShell启用命令的自动完成但是低于错误. executionpolicy已设置为RemoteSigned.我的系统中有Docker Toolbox.
Import-Module : The specified module 'posh-docker' was not loaded because no valid module
file was found directory. At line:1 char:1
+ Import-Module posh-docker
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (posh-docker:String) [Import-Module], FileNotFoundExc
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand