This is a Windows Container image with Windows Server 2016 Nano Server base OS image and Node.js.
You can find the Dockerfile on GitHub.
This article is a quick tutorial for running Docker on Windows 10.
Name | Version |
---|---|
microsoft/nanoserver image | 10.0.14393.* |
Node.js | 8.2.1 (x64) |
Before pulling, make sure your Docker is running in Windows Container mode.
Run docker pull compulim/nanoserver-node
to pull the image to your local repository.
Run docker run --rm -it compulim/nanoserver-node
to run Node.js in CLI mode.
Node.js and npm is located at C:\node
. PATH environment variable is set for your convenience.
Like us, please star us.
If you found an issue or suggest a version bump, please file an issue to us.