docker-iojs
docker-iojs copied to clipboard
Official Docker images from the io.js project
This is a proposal for resolving #23. It does two things: 1. A non-privileged user called `app` is created in all images. The user is explicitly created with high `uid`...
https://registry.hub.docker.com/_/alpine/ Though I'm not sure how much will actually be saved once Python2.7, build tools and libssl dependencies are installed, it might be worth considering.
Run iojs and npm through their paces before considering them ready to deploy.
In case of security flaw in the application run and in docker (as it happenned and will happen) cf: http://blog.zeltser.com/post/104976675349/security-risks-and-benefits-of-docker-application http://thenewstack.io/docker-addresses-more-security-issues-and-outlines-plugin-approach/ http://www.slideshare.net/jpetazzo/docker-linux-containers-lxc-and-security https://blog.xenproject.org/2014/06/23/the-docker-exploit-and-the-security-of-containers/
Hi, are there any plans to use optimize the image size? We where using iojs image and a customer complained about the image with more than 700 MB, and suggested...