You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.
Could not load file or assembly 'Docker.DotNet, Version=2.124.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
At line:1 char:1
+ Get-Container
+ ~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException
What did you expect to happen?: Get-Container to work as expected
Output of
$PSVersionTable
(from a powershell process):Output of
ipmo Docker; (module Docker).Version.ToString()
(from a powershell process):Steps to reproduce the issue:
Install-Module Docker -Scope CurrentUser -Repository DockerPS-Dev
Get-Container
What actually happened?:
What did you expect to happen?:
Get-Container
to work as expectedAdditional information:
PowerShell/PowerShell#3981
PowerShell/PowerShell#4062
The text was updated successfully, but these errors were encountered: