Pass parameters to docker container in Murano
I'm moving from Rancher to Murano. The problem I face is that I can't link(e.g. --link "my-db:db") containers nor attach volumes(e.g. -v /src/webapp:/opt/webapp) to Docker container from openstack's web console. Rancher is more flexible when it comes to container management but my company abandoned it in favor of openstack Murano.
I'm wondering how can I manage my container infrastructure in Murano without logging in every instance and setting it up manually? For example I want to deploy https://hub.docker.com/_/sentry/ (sentry) which is super easy to set up in Rancher.