Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Apache Issue #71

Open
joetestinggithub opened this issue Jul 3, 2018 · 1 comment
Open

Apache Issue #71

joetestinggithub opened this issue Jul 3, 2018 · 1 comment

Comments

@joetestinggithub
Copy link

joetestinggithub commented Jul 3, 2018

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

  • ... \Documents\Hyper-V\Virtual hard disks\I2D2.vhdx' -Artifact IIS,Apache
  •                                                            ~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [ConvertTo-Dockerfile], ParameterBindingArgumentTransformationException
    • FullyQualifiedErrorId : ParameterArgumentTransformationError,ConvertTo-Dockerfile
@alancapc
Copy link

alancapc commented Jul 9, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants