@@ -196,7 +196,7 @@ Leaving `docker stats` running in a terminal is often useful to see which contai
* Once running, `http://localhost:5000/api/v1/projects` will list your projects
* The following command will start two containers defined by the `chrome` service in the `purpleteam-s2-containers/selenium-standalone/docker-compose.yml` file
```shell
curl -X PUT http://localhost:5000/api/v1/services --data'{"service":"chrome","project":"selenium-standalone","num":"2"}'-H'Content-type: application/json'
curl -X PUT http://localhost:5000/api/v1/services --data'{"service":"chrome","project":"selenium-standalone","num":"2"}'-H'Content-type: application/json'
```
* Verify with either `docker stats` or `docker container ls`
* Then bring the `purpleteam-s2-containers/selenium-standalone``docker-compose.yml` down