Baseimage-docker 0.9.15 released
Baseimage-docker is a special Docker image that is configured for correct use within Docker containers. It is Ubuntu, plus modifications for Docker-friendliness. You can use it as a base for your own Docker images. Learn more at the Github repository and the website, which explain in detail what the problems are with the stock Ubuntu base image, and why you should use baseimage-docker.
Changes in this release
- Fixed the setuid bit on /usr/bin/sudo. This problem was caused by Docker bug #6828.
Using baseimage-docker
Please learn more at the README.