-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Additional Feature Implemented - Docker node.js on Windows Native #296
Comments
Node 6.9.2 and 7.3.0 added support for Docker Feel free to update the store too to point to the windows tags and any automated builds you want to occur Streamlined to use the msi instead of the zip file. |
I have published an unofficial repository and it works great with Windows Nano Server. It doesn't check SHASUMS yet. Dockerfile is on GitHub. Because Nano Server lacks of MSI installer, ZIP works better. Since Docker Cloud does not support Windows Container, I use Visual Studio Online for Continuous Integration, automated building/pushing latest build to Docker Hub. |
There is an open PR for an official Windows image: #362 |
I think that's fine |
In certain instances, such as Windows Server 2016 /w containers, you cannot run images based upon Linux. Although there are some beta workarounds there is nothing I have seen native for this.
If interested, I have created a way to handle this natively with Windows Server Core.
If interested let me know and can provide the scripts / automated build / details contribution for this.
FYI python has a similar option where you can select windows or Linux
https://store.docker.com/images/1ae86987-df14-4741-9433-d9602a4da995?tab=description
The text was updated successfully, but these errors were encountered: