This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
storperf:installing [2016/03/08 18:34] Mark Beierl [Running StorPerf Container] |
storperf:installing [2016/03/08 18:58] (current) Mark Beierl [Running StorPerf Container] |
||
|---|---|---|---|
| Line 99: | Line 99: | ||
| You might want to have the local disk used for storage as the default size of the docker container is only 10g. This is done with the -v option, mounting under /opt/graphite/storage/whisper | You might want to have the local disk used for storage as the default size of the docker container is only 10g. This is done with the -v option, mounting under /opt/graphite/storage/whisper | ||
| - | Running the StorPerf Container with all ports open: | + | Running the StorPerf Container with all ports open and a local disk: |
| - | docker run -t --env-file admin-rc -p 5022:22 -p 5000:5000 -p 8000:8000 -v /home/ubuntu/carbon:/opt/graphite/storage/whisper --name storperf opnfv/storperf | + | mkdir -p ~/carbon |
| + | sudo chown 33:33 ~/carbon | ||
| + | docker run -t --env-file admin-rc -p 5022:22 -p 5000:5000 -p 8000:8000 -v ~/carbon:/opt/graphite/storage/whisper --name storperf opnfv/storperf | ||
| | | ||
| This will then permit ssh to localhost port 5022 for CLI access. | This will then permit ssh to localhost port 5022 for CLI access. | ||