Puppet Class: service
- Defined in:
- manifests/service.pp
Overview
Class: docker::service
Class to manage the docker service daemon
Parameters
- tcp_bind
-
Which tcp port, if any, to bind the docker service to.
- ip_forward
-
This flag interacts with the IP forwarding setting on your host system's kernel
- iptables
-
Enable Docker's addition of iptables rules
- ip_masq
-
Enable IP masquerading for bridge's IP range.
- socket_bind
-
Which local unix socket to bind the docker service to.
- socket_group
-
Which local unix socket to bind the docker service to.
- root_dir
-
Specify a non-standard root directory for docker.
- extra_parameters
-
Plain additional parameters to pass to the docker daemon
- shell_values
-
Array of shell values to pass into init script config files
- manage_service
-
Specify whether the service should be managed. Valid values are 'true', 'false'. Defaults to 'true'.