Metadata-Version: 2.0
Name: docktree
Version: 0.1.1
Summary: Display the local Docker images as a tree
Home-page: https://github.com/cmihai/docktree
Author: Mihai Ciumeică
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4 
Requires-Dist: docker-py (>=1.5.0)

========
Docktree
========

Displays the tree structure of your Docker images.

Meant as a replacement for the removed functionality of `docker images -t`.

Usage example:
::

    (env)pi@raspberrypi [docktree/docktree] % ./docktree
    └╴ 71a76a74c237
       ├╴ 92b43b34adf9 test1:latest
       └╴ 2f5ca2d69bf4
          └╴ ba37442b01bb
             ├╴ 643e1371a625 test2:latest
             │  └╴ 7e548b8390f2 test3:latest
             └╴ c89a6bc5d884
                └╴ baee49e775b3 resin/rpi-raspbian:jessie



