Project

derb

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Allows you to have Dockerfile.erb templates.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Dockerfile.erb

Allows you to have simple Dockerfile.erb (embedded Ruby) templates.

Install

With rubygems you can gem install derb or directly use the script in bin/derb.

Usage

In a directory with a Dockerfile.erb run:

$ derb

It will create the Dockerfile for you. See janlelis/ruby-only for an example.

Data

You can define a Dockerfile.yml in the same directory - its data will be available in the template.

License

Copyright (c) 2014 Jan Lelis. MIT-License.