Puppet Class: docker::run_instance
- Defined in:
- manifests/run_instance.pp
Summary
Overview
5 6 7 8 9 |
# File 'manifests/run_instance.pp', line 5
class docker::run_instance (
Hash $instance
) {
create_resources(docker::run, $instance)
}
|