Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af8eb27

Browse files
committedJul 21, 2017
Add missing notes in content
1 parent 13007c7 commit af8eb27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎node/content.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ node_modules
4242

4343
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.
4444

45+
All of the images contain pre-installed versions of `node`,
46+
[`npm`](https://www.npmjs.com/), and [`yarn`](https://yarnpkg.com). For each
47+
supported architecture, the supported variants are different. In the file
48+
[architectures](https://github.com/nodejs/docker-node/blob/master/architectures),
49+
it lists all supported variants for all of the architectures that we support now.
50+
4551
## Run a single Node.js script
4652

4753
For many simple, single file projects, you may find it inconvenient to write a
@@ -96,4 +102,3 @@ verbosity of the output.
96102
```
97103
$ docker run node npm --loglevel=warn ...
98104
```
99-

0 commit comments

Comments
 (0)
Please sign in to comment.