I'm not sure I understand what you're trying to do. Do you want this to be executed once when the container is built or every time the container is started?
-- Michael Mior michael.m...@gmail.com 2016-09-01 13:57 GMT-04:00 Vova Shelgunov <vvs...@gmail.com>: > Sorry, I did not specify, that I need to execute cql right > after cassandra container start. > > 2016-09-01 20:52 GMT+03:00 Michael Mior <mm...@uwaterloo.ca>: > >> You should just be able to connect to the Cassandra instance and execute >> CQL as you would against any other Cassandra installation. Any applications >> wishing to use the Cassandra instance inside the container will require the >> port to be exposed somehow anyway. >> >> -- >> Michael Mior >> michael.m...@gmail.com >> >> 2016-09-01 13:47 GMT-04:00 Vova Shelgunov <vvs...@gmail.com>: >> >>> Hi, >>> >>> I wonder if anyone can suggest a way how to initialize application >>> schema to cassandra inside docker container (e.g. by executing cql file). >>> Is there a way? >>> >>> Thanks, >>> Uladzimir >>> >> >> >