docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Dockerfiles for building docker images with the NodeSource Node.js binaries baked in.

Results 3 docker-node issues
Sort by recently updated
recently updated
newest added

Node 6 LTS version is slightly off (v6.7.0 vs v6.9.1) which deserves an update. How about adding new Node 7 images? We now have some dependencies on these Node images...

Paths like `2016_02_23_20:21` are invalid on Windows.

Docker is moving all the official images to [Alpine](http://www.alpinelinux.org/) as base distro. See https://news.ycombinator.com/item?id=11000827 [Example for Ruby](https://github.com/docker-library/ruby/blob/c88f3a67da720bfa9fb1717960d90fd5db11c757/2.3/alpine/Dockerfile) There are various efforts that do that for Node: - https://github.com/mhart/alpine-node - https://blog.risingstack.com/minimal-docker-containers-for-node-js/...