MaestroNG
main

Table of contents

  • MaestroNG
  • Usage
  • Environment description
  • How Maestro orchestrates and service auto-configuration
  • Defining dependencies
  • Port mapping
  • Volume bindings
  • Lifecycle checks
  • Restart policy
  • Links
  • Working with image registries
  • Passing extra environment variables
  • Maestro guest functions
MaestroNG
  • Docs »
  • Links
  • Edit on GitHub

Links¶

Maestro also supports defining links to link same-host containers together via Docker’s Links feature. Read more about Docker Links to learn more. Note that the format of the environment variables is not the same as the ones Maestro inserts into the container’s environment, so software running inside the containers needs to deal with that on its own.

Defining links is done through the instance-level links section, with each link defined as a child in the format name: alias:

services:
  myservice:
    image: ...
    instances:
      myservice-1:
        # ...
        links:
          mongodb01: db
Next Previous

© Copyright 2013-2014 SignalFuse, Inc; 2015-2018 SignalFx, Inc Revision 901203d1.

Built with Sphinx using a theme provided by Read the Docs.