Note: This is a question related to Docker support in Bluemix.
I know how to link a Container with a Container, using --link parameter when starting the second Container with ice run command.
But I haven't found a way to link them, when using a Container Group. I read the docs and check ice command help with no luck.
The scenario I am trying to achieve is to create a front end Container Group linked to a single backend Container. Any idea or suggestion about how to do it?