Reputation: 1151
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?
Upvotes: 5
Views: 302
Reputation: 56
This is not supported yet in the current ver of IBM Containers.
You can consider, in the mean time, creating yourself the environment vars, that linking creates.
Upvotes: 2