github.com/leowmjw/otto@v0.2.1-0.20160126165905-6400716cf085/images/README.md (about)

     1  # Images
     2  
     3  This folder contains the various configuration files to build the
     4  pre-built images that are used as defaults throughout Otto.
     5  
     6  Subfolders are organized by what the image being built is. Almost all
     7  images will be built by Packer, but other image types may exist as well.
     8  
     9  ## Running Packer
    10  
    11  To run the Packer templates, the templates should be executed from this
    12  directory (containing the README). The templates themselves are setup to
    13  expect the pwd to be set to this directory for paths.
    14  
    15  Example:
    16  
    17  ```
    18  $ packer build app-go-dev/template.json
    19  ...
    20  ```