Nodejs on Windows Nano Server base OS image for Windows containers
392
Windows Server 2016 offers a new installation option: Nano Server. Nano Server is a remotely administered server operating system optimized for private clouds and datacenters. It is similar to Windows Server in Server Core mode, but significantly smaller, has no local logon capability, and only supports 64-bit applications, tools, and agents. It takes up far less disk space, sets up significantly faster, and requires far fewer updates and restarts than Windows Server. When it does restart, it restarts much faster. For more details, follow this linkā .
Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engineā that uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. With Node.js' package ecosystem, npmā , is the largest ecosystem of open source libraries in the world. For more details, follow this linkā .
This is a brief example on how the image is tagged and does not represent every currently available tags.
| Tag | OS Version | Nodejs Version | Dockerfile |
|---|---|---|---|
| latestā | sac2016ā | 10.3.0ā | Dockerfileā |
| sac2016-10.3.0ā | sac2016ā | 10.3.0ā | Dockerfileā |
| sac2016-8.11.2ā | sac2016ā | 8.11.2ā | Dockerfileā |
Step 1 - Switch to Windows container:
Step 2 - Pull the docker image using Docker CLI:
docker pull kiazhi/nanoserver.nodejs
Step 3 - Inspect the container interactively using Docker CLI:
docker run --rm -it kiazhi/nanoserver.nodejs
Step 4 - Verify Nodejs version within the container interactively:
node --version
Step 5 - Verify Nodejs Package Manager (NPM) version within the container interactively:
npm --version
Step 6 - Exit from the container:
exit
EXCEPT AS REPRESENTED IN THIS AGREEMENT, ALL WORK PRODUCT BY DEVELOPER IS PROVIDED "AS-IS". OTHER THAN AS PROVIDED IN THIS AGREEMENT, DEVELOPER MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, AND HEREBY DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING ANY WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.
Content type
Image
Digest
Size
434.5 MB
Last updated
over 8 years ago
docker pull kiazhi/nanoserver.nodejs