diff options
author | startxfr <clarue@startx.fr> | 2015-12-06 03:57:52 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-06 03:57:52 +0100 |
commit | 069b2156e85ee56ec59874fe744d981441ae0b36 (patch) | |
tree | 0ef7c7f8f5365aabe3539dc76f9aa4b3f106bee3 /Services/nodejs | |
parent | 1af7a22460dafe12f22f9b564d946f3d583f4cb0 (diff) | |
download | phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.gz phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.bz2 phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.xz phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.zip |
remove comment
Diffstat (limited to 'Services/nodejs')
-rw-r--r-- | Services/nodejs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md index 240b7b8..04883c8 100644 --- a/Services/nodejs/README.md +++ b/Services/nodejs/README.md @@ -9,7 +9,7 @@ weight=3 # Docker OS Images : NODEJS -Simple and lightweight (190Mo) container used to run server side executed javascript content. include all nodejs and npm dependency. +Simple container used to run server side executed javascript content. include all nodejs and npm dependency. Run [nodejs main app.js](https://www.nodejs.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora). Could use various network protocol (like http, websocket, smtp, telnet) according to the content of the running app. |