From af8eb27def983994a2af4d27806d0c0c726e5ab4 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 21 Jul 2017 09:56:21 -0400 Subject: [PATCH] Add missing notes in content --- node/content.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/node/content.md b/node/content.md index 1e79530e6..52ea0121a 100644 --- a/node/content.md +++ b/node/content.md @@ -42,6 +42,12 @@ node_modules We have assembled a [Best Practices Guide](https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md) for those using these images on a daily basis. +All of the images contain pre-installed versions of `node`, +[`npm`](https://www.npmjs.com/), and [`yarn`](https://yarnpkg.com). For each +supported architecture, the supported variants are different. In the file +[architectures](https://github.com/nodejs/docker-node/blob/master/architectures), +it lists all supported variants for all of the architectures that we support now. + ## Run a single Node.js script For many simple, single file projects, you may find it inconvenient to write a @@ -96,4 +102,3 @@ verbosity of the output. ``` $ docker run node npm --loglevel=warn ... ``` -