You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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?
the json file
the Docker file
The text was updated successfully, but these errors were encountered:
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
3.Dockerfile
The issue was the Dockerfile didn't include the content of json for my IIS. any suggestion?
the json file
the Docker file
The text was updated successfully, but these errors were encountered: