-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for docker container images #53
Comments
This could be also done with Packer but I would stick to basic docker files. When reading in packer for docker, I've noticed that there is lack of support for the entire docker client. For future reference some useful links: |
…shooting markers add with TODO: Delete GH-54: Works
As the build for the containers is very demanding we run into an out of memory exception. The community from docker has been kind enough to provide more information on the issue |
With GH-50 providing for the builder scripts, we need to add support for docker containers.
A docker container will execute the
Initialize-ISHImage.ps1
builder script when building the image and theInitialize-ISHInstance.ps1
when running the instance.We also need to monitor the services when running the instance. Inspiration available at Sarafian/MiniNugetServer
The text was updated successfully, but these errors were encountered: