gpt4 book ai didi

powershell - 导入模块豪华 docker 不工作

转载 作者:行者123 更新时间:2023-12-04 22:03:34 24 4
gpt4 key购买 nike

Import-Module 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

最佳答案

从您的问题看来,您正在关注 the instructions on this page ,内容如下:

you can install the posh-docker PowerShell Module as follows:



(强调我的)。他们的措辞不正确;这些步骤用于在安装模块后导入模块。

安装模块的说明位于 the GitHub page for posh-docker .您必须首先遵循这些说明:

Windows 10 / Windows Server 2016

  1. Open a powershell prompt
  2. Run Install-Module -Scope CurrentUser posh-docker

Earlier Windows versions

  1. Install PackageManagement PowerShell Modules Preview
  2. Open a powershell prompt
  3. Run Install-Module -Scope CurrentUser posh-docker


如果您使用的是较早的 Windows 版本,我会推荐一件事:不要单独安装 PackageManagement,只需安装 Windows Management Framework 5.0这样你就可以得到所有的 PowerShell 5。

在撰写本文时,它是最新的稳定版本,但下个月(2017 年 1 月)WMF 5.1 应该会发布,仅供引用。

关于powershell - 导入模块豪华 docker 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41338203/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com