docker-archive / communitytools-image2docker-win

305 stars 78 forks source link

AddRemovePrograms fails to find json file #5

Closed ManoMarks closed 8 years ago

ManoMarks commented 8 years ago

PS C:\users\public\Documents\Hyper-V\Virtual hard disks> ConvertTo-Dockerfile -ImagePath .\2012.vhdx -OutputPath .\test\ -Artifact DHCPServer, DNSServer, IIS, AddRemovePrograms -Verbose Leads to the following error: Get-Content : Cannot find path 'C:\users\public\Documents\Hyper-V\Virtual hard disks\test\AddRemovePrograms.json' because it does not exist. At C:\Program Files\WindowsPowerShell\Modules\Image2Docker\1.0\Artifacts\AddRemovePrograms\Generate.ps1:19 char:13

ManoMarks commented 8 years ago

Fixed