hobuinc / greyhound

Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
https://greyhound.io
Apache License 2.0
131 stars 51 forks source link

Add VOLUME command to dockerfile #29

Closed gadomski closed 8 years ago

gadomski commented 8 years ago

This will automatically create a volume at /opt/data, which then can be configured w/ a GUI, e.g. Kitematic (docker's GUI). This change does not preclude the origional recommended usage (-v $HOME/data:/opt/data).