Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

File metadata and controls

9 lines (7 loc) · 326 Bytes

Container manager

Used to ensure that containers listed in config.yml is running and is connected to Docker networks.

  • Start/stop containers listed in config.yml
  • Add to network listed in config.yml
  • Detach from network if it is not being used (attachAllNetwork only)

See config.example.yaml for configutation example.