diff --git a/README.md b/README.md index d77634d..c42034e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,22 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Russian](#russian) +Icons and tags: + +- Ancient: ![ancient] +- Commercial: ![$] +- Crush: ![heart] +- Supporting: ![support] +- Up and coming: ![upcoming] +- Web Based: ![web] +- Beta: ![beta] +- Videa: ![video] +- Open Source: ![oss] +- CLI/Terminal: ![cli] +- Windows: ![windows] + + + # 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. @@ -674,3 +690,19 @@ Services to securely store your Docker images. [vimagick]: https://github.com/vimagick [weave]: https://github.com/weaveworks/weave [wsargent]: https://github.com/wsargent + + +[c]: https://cdn.rawgit.com/akullpp/23246ca832bda82bb505230bf3538e2a/raw/d9bcdb769bf025292f9c6bc1290f01f1fcd1f864/commercial.svg +[ancient]: ./icons/blind.png +[$]: ./icons/dollar.png +[heart]: ./icons/heart-red.png +[support]: ./icons/lifebuoy.png +[upcoming]: ./icons/rocket.png +[web]: ./icons/web.png +[beta]: ./icons/bug.png +[video]: ./icons/film.png +[heart2]: ./icons/heart.png +[oss]: ./icons/linux.png +[cli]: ./icons/terminal.png +[windows]: ./icons/windows-color.png + diff --git a/icons/blind.png b/icons/blind.png new file mode 100644 index 0000000..af17f07 Binary files /dev/null and b/icons/blind.png differ diff --git a/icons/bug.png b/icons/bug.png new file mode 100644 index 0000000..19da3a9 Binary files /dev/null and b/icons/bug.png differ diff --git a/icons/dollar.png b/icons/dollar.png new file mode 100644 index 0000000..93b4ff3 Binary files /dev/null and b/icons/dollar.png differ diff --git a/icons/film.png b/icons/film.png new file mode 100644 index 0000000..f46cb41 Binary files /dev/null and b/icons/film.png differ diff --git a/icons/heart-red.png b/icons/heart-red.png new file mode 100644 index 0000000..f6f0f34 Binary files /dev/null and b/icons/heart-red.png differ diff --git a/icons/heart.png b/icons/heart.png new file mode 100644 index 0000000..f6933f6 Binary files /dev/null and b/icons/heart.png differ diff --git a/icons/lifebuoy.png b/icons/lifebuoy.png new file mode 100644 index 0000000..88604ec Binary files /dev/null and b/icons/lifebuoy.png differ diff --git a/icons/linux.png b/icons/linux.png new file mode 100644 index 0000000..a41874d Binary files /dev/null and b/icons/linux.png differ diff --git a/icons/rocket.png b/icons/rocket.png new file mode 100644 index 0000000..7a67a94 Binary files /dev/null and b/icons/rocket.png differ diff --git a/icons/terminal.png b/icons/terminal.png new file mode 100644 index 0000000..75a13b9 Binary files /dev/null and b/icons/terminal.png differ diff --git a/icons/web.png b/icons/web.png new file mode 100644 index 0000000..b27a255 Binary files /dev/null and b/icons/web.png differ diff --git a/icons/windows-color.png b/icons/windows-color.png new file mode 100644 index 0000000..76c823f Binary files /dev/null and b/icons/windows-color.png differ