Metadata-Version: 1.1
Name: jocker
Version: 0.0.2
Summary: Jinja2 Based Dockerfile and Image Generator
Home-page: https://github.com/nir0s/jocker
Author: nir0s
Author-email: nir36g@gmail.com
License: LICENSE
Download-URL: https://github.com/nir0s/jocker/tarball/0.1
Description: jocker
        ======
        
        |Build Status|
        
        |Gitter chat|
        
        |PyPI|
        
        |PypI|
        
        ``jocker`` generates Dockerfiles (and optionally, Docker images) from
        Jinja2 based template files.
        
        Usage
        ~~~~~
        
        .. code:: shell
        
            jocker -h
        
            Script to run Jokcer via command line
        
            Usage:
                jocker [--varsfile=<path> --templatefile=<path> --outputfile=<path> --build --dryrun -v]
                jocker --version
        
            Options:
                -h --help                   Show this screen.
                -f --varsfile=<path>        Path to varsfile
                -t --templatefile=<path>    Path to Dockerfile template
                -o --outputfile=<path>      Path to output Dockerfile
                -b --build                  Whether to build or not
                -d --dryrun                 Whether to actually generate.. or just dryrun
                -v --verbose                a LOT of output
                --version                   Display current version of jocker and exit
        
        More info soon...
        
        .. |Build Status| image:: https://travis-ci.org/nir0s/jocker.svg?branch=develop
           :target: https://travis-ci.org/nir0s/jocker
        .. |Gitter chat| image:: https://badges.gitter.im/nir0s/jocker.png
           :target: https://gitter.im/nir0s/jocker
        .. |PyPI| image:: http://img.shields.io/pypi/dm/jocker.svg
           :target: http://img.shields.io/pypi/dm/jocker.svg
        .. |PypI| image:: http://img.shields.io/pypi/v/jocker.svg
           :target: http://img.shields.io/pypi/v/jocker.svg
        
Platform: All
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft
Classifier: Topic :: Software Development :: Libraries :: Python Modules
