Puppet Defined Type: registry

Defined in:
manifests/registry.pp

Overview

Class: docker

Module to configure private docker registries from which to pull Docker images If the registry does not require authentication, this module is not required.

Parameters

server

The hostname and port of the private Docker registry. Ex: dockerreg:5000

ensure

Whether or not you want to login or logout of a repository

username

Username for authentication to private Docker registry. auth is not required.

password

Password for authentication to private Docker registry. Leave undef if auth is not required.

email

Email for registration to private Docker registry. Leave undef if auth is not required.

local_user

The local user to log in as. Docker will store credentials in this users home directory

Parameter Summary