Oxalide / garystafford-docker_machine

Puppet module for downloading and installing Docker Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Puppet 92.4%Language:Ruby 6.5%Language:Pascal 1.1%