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
config
IIS.JSON
3.Dockerfile
The issue was the Dockerfile didn't include the content of json for my IIS. any suggestion?
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
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
The issue was the Dockerfile didn't include the content of json for my IIS. any suggestion?
the json file the Docker file