An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Windows Server 2016 Nano Server with Node.js

![https://compulim.visualstudio.com/_apis/public/build/definitions/77677cc8-077c-44b6-9cfc-25673974c1dc/2/badge](https://compulim.visualstudio.com/_apis/public/build/definitions/77677cc8-077c-44b6-9cfc-25673974c1dc/2/badge)

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.