AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 20 forks source link

DUNE is not installed in Windows #231

Open kostia-ivashchenko opened 1 year ago

kostia-ivashchenko commented 1 year ago

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.