docker-archive / communitytools-image2docker-win

304 stars 78 forks source link

issue to generate dockerfile for IIS #69

Open FANLONGFANLONG opened 6 years ago

FANLONGFANLONG commented 6 years ago

I used ConvertTo-Dockerfile -ImagePath .\Win8R2_new.vhd -Artifact IIS -ArtifactParam hwtest -OutputPath .\dfile2 to generate a Dockerfile for my IIS. there were three files generated

  1. config
  2. IIS.JSON 3.Dockerfile

The issue was the Dockerfile didn't include the content of json for my IIS. any suggestion?

the json file image the Docker file image

alancapc commented 6 years ago

IIS.json contains the sweep results from your image IIS. The contents of your extracted app should be in a folder with your app name e.g. . Verify the entire content of IIS.json and you should see your app there image