Docker-hacks

Some informative and cool hacks on Docker

View the Project on GitHub coolhacks/docker-hacks

Docker-hacks

Some informative and cool hacks on Docker.

4p9pfv_txb

What is Docker ?

Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable filesystem such as aufs and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines.

Reference: Wikipedia

Why Docker ?

Docker is one of the popular open source projects that has been developing and evolving on the infrastructure platform. WIP(Work in Progress)....

Contents:

Contributing:

This is a rough outline of what a contributor's workflow looks like:

Thanks for your contributions!

Check out Contributing section for more details.

License:

The content of this repo is released under the MIT License by Ramit Surana. You can find a copy of this license in LICENSE or at http://opensource.org/licenses/mit.