diff options
Diffstat (limited to 'S3Ptools')
-rw-r--r-- | S3Ptools/locust_Grafana.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/S3Ptools/locust_Grafana.sh b/S3Ptools/locust_Grafana.sh index 5fa6fdcdd..5168f0e92 100644 --- a/S3Ptools/locust_Grafana.sh +++ b/S3Ptools/locust_Grafana.sh @@ -1,7 +1,7 @@ #!/bin/bash #grafana install for the use of locust # localgosh:80(grafana) & localhost:81 -pip install docker==3.1.4 +pip install --no-cache-dir docker==3.1.4 git clone https://github.com/kamon-io/docker-grafana-graphite.git cd docker-grafana-graphite make up |