Skip to content

Oxalide/garystafford-docker_machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Docker Machine

Puppet module for downloading and installing Docker Machine.

Support

This module is currently tested on:

  • Ubuntu 15.04
  • CentOS 7.1

It should also work on other Linux distros...

Usage

include 'docker_machine'
class { 'docker_machine': }
class { 'docker_machine': 
  download_file => 'docker-machine-Linux-x86_64'
}

Test Install

which docker-machine 

Should return: /usr/local/bin/docker-machine

About

Puppet module for downloading and installing Docker Machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 92.4%
  • Ruby 6.5%
  • Pascal 1.1%