Since volume service is not yet available on Swisscom is it possible to do something like this with docker on Swisscom cloud foundry:
docker run -d --volume /mydata --name elastic-shared alpine echo My Data Container
docker run -d --volumes-from elastic-shared --name myelastic elasticsearch:latest
One container will be used as a volume for the other container running elasticseach as persistent data storage.