jedimt / hcicollector

12 stars 7 forks source link

Document extra step for local volume creation #13

Closed scaleoutsean closed 5 years ago

scaleoutsean commented 5 years ago
sean@hcicollect:~/hcicollector$ sudo docker-compose up
Creating network "hcicollector_net_hcicollector" with driver "bridge"
ERROR: Volume graphite declared as external, but could not be found. Please create the volume manually using `docker volume create --name=graphite` and try again.

sean@hcicollect:~/hcicollector$ sudo docker volume create --name=graphite
graphite

sean@hcicollect:~/hcicollector$ sudo docker-compose up
Building graphite
Step 1/16 : FROM ubuntu:14.04.2
14.04.2: Pulling from library/ubuntu
f25e451100bc: Pull complete
2dbe4abf311d: Pull complete
...