Skip to content

garystafford/garystafford-docker_machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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': 
  version => 'v0.4.1'
  download_file => 'docker-machine_linux-amd64'
}

Test Install

which docker-machine 

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

docker-machine --version

Should return: docker-machine version 0.4.1 (e2c88d6)

About

Puppet module for downloading and installing Docker Machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published