- In the root directory, run:
yarn install - Run
node cli.jsto get started
build test1 ./sample/Dockerfile ./sample
run test1 --instances 2 # Docker on Mac struggles for minutes if I put more than 5, so I put a limit. Also, instances is optional, default is 1.
validate test1
monitor test1
logs test1
kill test1 # This will kill all instances
To get the GUI up, you need to install some extra deps:
- cd to
guidirectory - Run
yarn install - Run
yarn startto get it up an running (visit http://localhost:3000 if it doesn't open automatically)
The GUI is only able to show and kill containers, so make sure you start some first from the CLI!