docker compose for load

This commit is contained in:
Steve Waterworth
2019-10-25 15:38:01 +01:00
parent 7c1aded790
commit 21a06ccec5
2 changed files with 7 additions and 1 deletions

View File

@@ -49,9 +49,15 @@ Fire up Stan's Robot Shop with:
$ docker-compose up
```
If you want to fire up some load as well:
```shell
$ docker-compose -f docker-compose.yaml -f docker-compose-load.yaml up
```
If you are running it locally on a Linux host you can also run the Instana [agent](https://docs.instana.io/quick_start/agent_setup/container/docker/) locally, unfortunately the agent is currently not supported on Mac.
There is also limited support on ARM architectures at the moment.
There is also only limited support on ARM architectures at the moment.
## Marathon / DCOS