Skip to content

A Python script that runs a list of Docker containers based on configuration files.

License

Notifications You must be signed in to change notification settings

ngcdi-cam/run_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run_containers.py

A Python script that runs a list of Docker containers based on configuration files.

Features

  • Support user-defined constants
  • Support rules for dynamic property generation
  • Support hooks [ preup | preup-global ]

Prerequisite

$ pip3 install -r requirements.txt

Install

$ sudo install -m 755 run_containers.py /usr/local/bin

Getting Started

$ run_containers.py configs/examples/1-basic.yaml

Please note the original -c option has been deprecated. Please remove -c from the argument list.

Writing Your Own Configuration files

See configs/examples for a walkthrough.

Contributors

  • Peter Zhang
  • Marco Perez Hernandez

About

A Python script that runs a list of Docker containers based on configuration files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages