Feature: implement config file for configuration options shared among multiple containers
"build-time-vars"
E.g.: multiple containers could be built off the same image. Thus it would be mighty fine to just write
_img $VAR
in each *.cntnr and then have a create.conf with
VAR=/path/to/image:same-tag
Edited by Julian Steiner