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
The command choco install .\dunes.1.1.2.nupkg -y
that is described in README.md does not work in PowerShell, instead Chocolatey suggests using of the command: choco install antelopeio-dune --version="1.1.2" --source="C:\[NUPKG Storage]"
This command reports its successful execution, but no images/containers are added and launched in Docker Desktop.
The command
choco install .\dunes.1.1.2.nupkg -ythat is described in README.md does not work in PowerShell, instead Chocolatey suggests using of the command:
choco install antelopeio-dune --version="1.1.2" --source="C:\[NUPKG Storage]"This command reports its successful execution, but no images/containers are added and launched in Docker Desktop.