Puppet module for downloading and installing Docker Machine.
This module is currently tested on:
- Ubuntu 15.04
- CentOS 7.1
It should also work on other Linux distros...
include 'docker_machine'
class { 'docker_machine': }
class { 'docker_machine':
version => 'v0.4.1'
download_file => 'docker-machine_linux-amd64'
}
which docker-machine
Should return: /usr/local/bin/docker-machine
docker-machine --version
Should return: docker-machine version 0.4.1 (e2c88d6)