Skip to content

gitkodak/garystafford-docker_compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Docker Compose

Puppet module for downloading and installing Docker Compose.

Support

This module is currently tested on:

  • Ubuntu 15.04
  • CentOS 7.1

It should also work on other Linux distros...

Usage

include 'docker_compose'
class { 'docker_compose': }
class { 'docker_compose': 
  version => '1.4.0'
}

Test Install

which docker-compose 

should return: `/usr/local/bin/docker-compose'

docker-compose --version

should return: docker-compose version: 1.4.0

About

Puppet module for downloading and installing Docker Compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 92.8%
  • Ruby 6.1%
  • Pascal 1.1%