Skip to content

Commit

Permalink
Add missing notes in content
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jul 21, 2017
1 parent 13007c7 commit af8eb27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion node/content.md
Expand Up @@ -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
Expand Down Expand Up @@ -96,4 +102,3 @@ verbosity of the output.
```
$ docker run node npm --loglevel=warn ...
```

0 comments on commit af8eb27

Please sign in to comment.