Skip to content
Jordon Bedwell edited this page Apr 23, 2016 · 7 revisions

Docker Template

Build Test Code Dependency

Docker Template is an organization and templating system for Docker images. A way to make your life easier and more organized by having repositories within repositories that share data among multiple sets of images. It is currently used to build all the images for Jekyll and EnvyGeeks. To see the full docs instead of synapsis and snippets please visit https://github.com/envygeeks/docker-template/tree/master/docs

Installation

sudo gem install docker-template  

From Gemfile

gem "docker-template", {
  :github => "envygeeks/docker-template"
}

Usage

Commands:
  docker-template build
  docker-template cache
  docker-template clean
  docker-template help
  docker-template list
  docker-template push