https://github.com/compulim/docker-nanoserver-node
Windows Server 2016 Nano Server with Node.js
https://github.com/compulim/docker-nanoserver-node
Last synced: 3 months ago
JSON representation
Windows Server 2016 Nano Server with Node.js
- Host: GitHub
- URL: https://github.com/compulim/docker-nanoserver-node
- Owner: compulim
- License: mit
- Created: 2017-04-17T10:43:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T20:15:52.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T11:40:40.328Z (5 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Server 2016 Nano Server with Node.js

This is a Windows Container image with Windows Server 2016 Nano Server base OS image and Node.js.
You can find the [Dockerfile](https://github.com/compulim/docker-nanoserver-node/blob/master/Dockerfile) on GitHub.
This [article](https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/quick-start-windows-10) is a quick tutorial for running Docker on Windows 10.
# Version
| Name | Version |
| -------------------------- | ------------ |
| microsoft/nanoserver image | 10.0.14393.* |
| Node.js | 8.2.1 (x64) |# How to use?
## Pull this image from Docker Hub
> Before pulling, make sure your Docker is running in [Windows Container mode](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers).
Run `docker pull compulim/nanoserver-node` to pull the image to your local repository.
## Run the Docker image
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.
# Contributions
Like us, please [star](https://github.com/compulim/docker-nanoserver/stargazers) us.
If you found an issue or suggest a version bump, please [file an issue](https://github.com/compulim/docker-nanoserver/issues) to us.