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. 👍
This commit is contained in:
Tianon Gravi 2016-10-11 10:03:57 -07:00
parent 247d14eb9d
commit d3ac6c060f
1 changed files with 7 additions and 0 deletions

7
iojs/deprecated.md Normal file
View File

@ -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.