Dataonly container dependency issue - RANCHER V1.1.1

Hi - When a container is being created with volumes-from option which has a dataonly container not running (no need in this case), causing dependency issue and expecting the dataonly container be running. Below is the scenario trying to achieve

  1. docker run -v /var/lib/postgresql -v /var/log/postgresql --name pgdataonly busybox true

  2. docker run --rm --volumes-from pgdataonly --name “pg” xxx/postgresql

Thanks,

I’ve asked a follow up question in your Github issue.