docker-archive / communitytools-image2docker-win

304 stars 78 forks source link

Apache Issue #71

Open joetestinggithub opened 6 years ago

joetestinggithub commented 6 years ago

PS C:\Users\Public\Documents\Hyper-V\Virtual hard disks> ConvertTo-Dockerfile -ImagePath 'C:\Users\Public\Documents\Hyper-V\Virtual hard disks\I2D2.vhdx' -Artifact IIS,Apache

ConvertTo-Dockerfile : Cannot process argument transformation on parameter 'Artifact'. Cannot convert value to type System.String. At line:1 char:108

alancapc commented 6 years ago

space between IIS and Apache As-is ... -Artifact IIS,Apache To-be ... -Artifact IIS, Apache