Resource Type: docker_stack

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

Overview

A type representing a Docker Stack

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • bundle_file

    Path to a Distributed Application Bundle file.

  • compose_files

    An array of Docker Compose Files paths.

  • name (namevar)

    The name of the stack

  • provider

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

  • up_args

    Arguments to be passed directly to docker stack deploy.