-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Jordon Bedwell edited this page Apr 23, 2016
·
7 revisions
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
sudo gem install docker-template
From Gemfile
gem "docker-template", {
:github => "envygeeks/docker-template"
}
Commands:
docker-template build
docker-template cache
docker-template clean
docker-template help
docker-template list
docker-template push
Copyright 2016 Jordon Bedwell - License: CC BY-SA 4.0