Resource Type: docker_compose

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

Overview

A type representing a Docker Compose file

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Docker compose file path.

  • options

    Additional options to be passed directly to docker-compose.

  • provider

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

  • scale

    A hash of compose services and number of containers.

  • up_args

    Arguments to be passed directly to docker-compose up.