Skip to content
Taylor Nekroze Lawson edited this page Nov 3, 2018 · 2 revisions

Combining repos, services, and tools the dab group subcommand makes it easy to orchestrate a cluster of containers to start together.

Groups are essentially a collection of dependencies that get executed in [FIFO][1] order. You may add repos with dab group repos, services using dab group services, tools via dab group tools, and even other groups if you run dab group groups.

When you start a group by executing dab group start it will first execute dependencies in the following order:

  1. groups
  2. services
  3. repos
  4. tools