Skip to content
Formatting authored by Kim Carter's avatar Kim Carter
...@@ -196,7 +196,7 @@ Leaving `docker stats` running in a terminal is often useful to see which contai ...@@ -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 * 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 * The following command will start two containers defined by the `chrome` service in the `purpleteam-s2-containers/selenium-standalone/docker-compose.yml` file
```shell ```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` * Verify with either `docker stats` or `docker container ls`
* Then bring the `purpleteam-s2-containers/selenium-standalone` `docker-compose.yml` down * Then bring the `purpleteam-s2-containers/selenium-standalone` `docker-compose.yml` down
... ...
......