Metadata-Version: 2.1
Name: d4
Version: 0.1.0
Summary: Dock to Develop Dynamic Dockerfile
Home-page: https://github.com/pypa/d4
Author: Tatsunori Saito
Author-email: bbrfkr@gmail.com
License: UNKNOWN
Description: # D4: Dock to Develop Dynamic Dockerfile
        
        ## abstract
        D4 is the tool to develop generic Dockerfile. D4 will provide the easier method to build container image from Dockerfile and test the Dockerfile. By this method, you can realize TDD(Test Driven Development) of Dockerfile easily.
        
        ## requirements
        D4 requires the following software.
        
        * docker
        * python 3.4+
        * python packages
          * docker
          * pyyaml
        
        ## install
        ```
        $ pip install d4
        ```
        
        ## quick start
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
