Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 v0.2.0 Mar 12, 2014 Changes in this version + type Dockerfile struct + func New(from string) *Dockerfile + func (d *Dockerfile) WriteAdd(from, to string) + func (d *Dockerfile) WriteEntrypoint(entrypoint string) + func (d *Dockerfile) WriteEnv(key, val string) + func (d *Dockerfile) WriteFrom(from string) + func (d *Dockerfile) WriteRun(cmd string) + func (d *Dockerfile) WriteUser(user string) + func (d *Dockerfile) WriteWorkdir(workdir string)