- Description
- Setup - The basics of getting started with docker_ee
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Docker Enterprise Edition is a large piece of vendor software. This module simplifies the installation on RedHat. The only input needed is the Docker URL assigned to you by the vendor.
This module installs Docker Enterprise Edition. Use it instead of a manual install.
This module requires that, at a minimum, the Docker EE URL be passed in as a parameter.
The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.
class { '::docker_ee':
docker_ee_url => 'https://storebits.docker.com/ee/abc123',
}
- docker_ee: Main class, includes all other classes.
- docker_ee::pre_install: Adds the YUM meta information necessary to configure the YUM repo.
- docker_ee::yum_memcache: Reset the YUM memchache to reflect the newly added repository.
- docker_ee::install: Installs the Docker Enterprise Edition package.
The following parameters are available in the ::docker_ee
class
Required.
Data type: Stdlib::Httpurl
The Docker EE URL you will be assigned by the vendor.
Optional.
Data Type: Numeric
The version of the RedHat OS you are using.
This currently only works for RedHat.
Any contributions are welcomed!