Resource Type: docker_volume

Defined in:
lib/puppet/type/docker_volume.rb
Providers:
ruby

Overview

A type representing a Docker volume

Properties

  • driver

    The volume driver used by the volume

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • mountpoint

    The location that the volume is mounted to

Parameters

  • name (namevar)

    The name of the volume

  • options

    Additional options for the volume driver

  • provider

    The specific backend to use for this ‘docker_volume` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.