Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + func Print(out io.Writer, bundle *Bundlefile) error + type Bundlefile struct + Services map[string]Service + Version string + func LoadFile(reader io.Reader) (*Bundlefile, error) + type Port struct + Port uint32 + Protocol string + type Service struct + Args []string + Command []string + Env []string + Image string + Labels map[string]string + Networks []string + Ports []Port + User *string + WorkingDir *string