bioatlas / ala-docker

Dockerized version of Atlas of Living Australia components
GNU Affero General Public License v3.0
12 stars 12 forks source link

cassandra db image #2

Closed shahmanash closed 8 years ago

shahmanash commented 8 years ago

the ddb container from cassandra db image seem to lack the occ keyspace (schema created during building of image) when started from make up (docker-compose up). However creating container from the per-built image using docker exec -it has the schema.

mskyttner commented 8 years ago

"If any build steps change the data within the volume after it has been declared, those changes will be discarded." says https://docs.docker.com/engine/reference/builder/#/volume

I will move the VOLUME statement in #4 and add a test...

mskyttner commented 8 years ago

Fixed in #4