From 8b8df75c115e064182d4584a8ce83ac041e57e97 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 25 Apr 2015 11:18:17 +0200 Subject: [PATCH] add explanation for improving package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad44f1a..4676781 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ If this list is not complete, you can [contribute](https://github.com/veggiemonk > **Please**, help organize these resources so that they are _easy to find_ and _understand_ for new comers. See how to **[Contribute](https://github.com/veggiemonk/awesome-docker/blob/master/CONTRIBUTING.md)** +#### *If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!* + # What is Docker ? > Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud.