Просмотр исходного кода

Deprecate the "iojs" image

Since Node.js 4+, io.js has been merged back with the Node.js project, but our documentation has yet to reflect that fact. :+1:
Tianon Gravi 9 лет назад
Родитель
Сommit
d3ac6c060f
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      iojs/deprecated.md

+ 7 - 0
iojs/deprecated.md

@@ -0,0 +1,7 @@
+This image is officially deprecated in favor of [the `node` image](https://hub.docker.com/_/node/). Please adjust your usage accordingly!
+
+See [iojs.org](https://iojs.org/) for more information, specifically the following note:
+
+> ### **io.js has merged with the Node.js project again.**
+>
+> There won't be any further io.js releases. All of the features in io.js are available in Node.js v4 and above.