Puppet Defined Type: image
- Defined in:
- manifests/image.pp
Overview
Class: docker
Module to install an up-to-date version of a Docker image from the registry
Parameters
- ensure
-
Whether you want the image present or absent.
- image
-
If you want the name of the image to be different from the name of the puppet resource you can pass a value here.
- image_tag
-
If you want a specific tag of the image to be installed
- docker_file
-
If you want to add a docker image from specific docker file
- docker_tar
-
If you want to load a docker image from specific docker tar