Commit Graph

48 Commits

Author SHA1 Message Date
Peter Dave Hello e788c21cd5 Improve markdown syntax/style [ci skip] 2018-08-02 03:04:17 +08:00
Peter Dave Hello dae54a2a2f Fix README.md indent 2018-05-16 00:04:24 +08:00
Seth Westphal 36135d58af Remove Node.js 4. 2018-04-30 09:26:41 -05:00
Peter Dave Hello a1b2c2443d Fix few typos [ci skip] 2018-03-03 21:34:16 +08:00
LboAnn a09ecfc424 Fix link to CONTRIBUTING.md (#595) 2017-12-14 08:09:48 +01:00
Carl Manaster ba9e91518e
Fix typo 2017-11-08 14:48:16 -08:00
Laurent Goderre 5acf85812e Updated documentation for new log level (#550)
Completes #535
2017-10-24 07:46:51 +02:00
William Blankenship b2813c168a Remove @retrohacker as a collaborator 2017-10-11 15:33:03 -07:00
Joni Salmi 1d71e2a31f Move onbuild related notes under onbuild image variant docs (#542)
* Move onbuild related notes under onbuild docs

* Document docker compose example assumptions
2017-10-11 14:43:46 +02:00
Laurent Goderre 42207ca097 README: Updated the docker-compose example
Switched to a snippet that works out of the box with a package.json that has a start script.
2017-10-03 10:55:41 -04:00
Alexis Tyler 7a020f9fa3 Remove unneeded new line 2017-09-12 21:42:01 +09:30
Steven 1a86465462 Remove the "Usage" section (#483)
There was nothing in the "Usage" section so I removed it
2017-08-03 06:04:46 +02:00
Bea 778cfef0cb Update Dockerfile example in README (#482) 2017-08-01 12:22:02 +02:00
Adam Weiner 85050c4d15 Add libc6-compat to Alpine Docker docs (#319)
* add libc6-compat

* add libc6-compat

* add libc6-compat to 7.4 alpine image

* rm libc6-compat from alpine Dockerfiles

* add libc6-compat to node:alpine docs

* include apk add command in docs
2017-07-27 18:44:05 +02:00
fcosrno 22f21ff536 Add Docker Compose example (#316)
* Add Docker Compose example

* Update README.md

* Update README.md
2017-07-26 18:31:23 +02:00
Codruț Constantin Gușoi 6bed057e2a Fixes TOC (#475) 2017-07-25 20:35:26 +02:00
Codruț Constantin Gușoi c3694d8baa Adds instructions for modifying the `node` user (#328)
Also highlights the `Best Practices` section in the `README.md` file so
the new instructions are easier to find.

Special thanks to:
* @blueimp for the uid/gid change command
* @LaurentGoderre for the user rename command

Refs #289
2017-07-25 15:45:47 +02:00
Christopher Horrell 2b30b83512 Merge pull request #452 from yhwang/ppc64le-support
Support Linux on ppc64le
2017-07-20 15:56:17 -04:00
Yihong Wang 8305e4c32f Support Linux on ppc64le
- Add an architectures file to list supported architectures and
  variants.
- Add new `ARCH` ENV into Dockerfile. It represents the architecture.
- Add a functions.sh to put utility functions, including
  - get_arch: get the current running architecture.
  - get_variants: get corresponding supported variants based on the
    running architecture.

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2017-07-20 10:41:22 -07:00
Steven 24f9ad5ca8 Update readme to deprecate ONBUILD variable
It looks like the ONBUILD variant was deprecated in https://github.com/docker-library/official-images/issues/2076
This change adds one line to the README.md file.
2017-07-19 11:33:16 -04:00
Peter Dave Hello fe96ba0be4 Merge pull request #448 from nodejs/doctoc-check
Refactor .travis.yml and add doctoc check
2017-07-13 06:00:26 +08:00
Peter Dave Hello 876f13a0ea Use doctoc to check if "Table of Contents" up-to-date 2017-07-12 19:53:24 +08:00
Peter Dave Hello 1197ee456a Update contributors in README.md 2017-07-06 00:46:01 +08:00
Hans Kristian Flaatten f93ce25ed4
Add Simen Brekkhus (@SimenB) as a collaborator 2017-05-31 08:43:45 +02:00
Peter Dave Hello f5113b03be Add "Table of Contents" in README and docs 2017-05-04 00:02:07 +08:00
Hans Kristian Flaatten d46f9eb95a
Mention yarn in the README.md 2017-03-03 21:44:45 +01:00
Japh c78d21e5a6 Incorrect backtick 2016-11-28 11:08:02 +11:00
Laurent Goderre e89b57fcb2 Added the alpine docs to the readme
Fixes #267
2016-11-25 08:39:55 -05:00
Laurent Goderre 6abfa80a80 Added LaurentGoderre as a collaborator
Fixes #172
2016-10-21 08:56:44 -04:00
fcosrno 92549c8114 Update README.md
Maybe this should be node_modules instead of npm_modules
2016-10-12 22:31:11 -04:00
Mark Woodbridge e71d35ffe6 Document build argument 2016-09-16 16:18:00 +01:00
Joan-Diego Rodriguez d84f90c86e Update README.md
Mentioned of npm_modules in .dockerignore when using onbuild image
2016-08-24 12:07:43 +02:00
William Blankenship 614e8e7e70 Merge pull request #113 from Starefossen/docs/npm-verbose-output
Explain the npm verbosity in the node image
2016-07-29 15:14:28 -07:00
Hans Kristian Flaatten 95a5dd9cc5
Explain the npm log verbosity in the Node.JS Docker Image
Close: nodejs/docker-node#57
Related: nodejs/docker-iojs#36

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
2016-06-24 14:17:11 +02:00
William Kapke de9c6d24d6 Fix @pesho's GitHub link 2016-06-22 21:21:00 -07:00
Hans Kristian Flaatten 31343376f6
docs: add list of working group collaborators to readme 2016-04-27 09:00:26 +02:00
William Blankenship d094c98a48 Added Best Practices link to README.md 2016-03-16 16:59:07 -04:00
Hans Kristian Flaatten ececf6c5a3 Onbuild does not install according to shrinkwrap
Close: nodejs/docker-node#65
2016-01-13 23:33:29 +01:00
Hans Kristian Flaatten 667d7d795e Update supported Docker versions from docker-library/docs 2016-01-13 23:00:52 +01:00
Hans Kristian Flaatten f6691b6f7e Update instructions in README for the `onbuild` variant 2016-01-13 23:00:52 +01:00
Max Thyen bba581bae6 Fix typo in README's docker build command. 2015-10-23 17:16:25 -05:00
Hans Kristian Flaatten 86a2703f8a docs(readme): revert section on what is Node.js
PR-URL: #53

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
2015-10-17 20:14:05 +02:00
Hans Kristian Flaatten ae9a1e57c5 doc(readme): copy README from nodejs/docker-iojs
Related: docker-library/docs#172 nodejs/docker-iojs#52
Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
2015-10-13 22:48:11 +02:00
Christopher Horrell d16e74c41c Fixed minor typo 2015-02-20 09:08:43 -05:00
Christopher Horrell 364e989c87 Added link to http://nodejs.org 2015-02-07 14:00:12 -05:00
Christopher Horrell 5e0879401f Some improvements to the README 2015-02-07 13:57:49 -05:00
Christopher Horrell bc2e041924 Provide link to previous repo in README 2015-01-30 11:00:04 -05:00
Christopher Horrell 0c2ff5172a Initial commit 2014-12-12 12:35:30 -05:00