antifragilesoftware / stressor-cli

0 stars 0 forks source link

Extend implementation of stressor-cli to be able to call docker-based stressors #4

Open russmiles opened 7 years ago

russmiles commented 7 years ago

Relies on outcomes from issue #3

russmiles commented 7 years ago

Based on the discussion that closed #3 this seems like an effective stressor packaging strategy, at least early-on.

russmiles commented 7 years ago

Investigate using this library: https://github.com/apocas/dockerode

russmiles commented 7 years ago

So far we have a simple stressor that's packaged as a docker image here: https://github.com/antifragilesoftware/silly-stressor

Next step is to extend the CLI to be able to download and run that image if Docker is present on the host machine.