5

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?

Jose Miguel Ordax
  • 1,151
  • 1
  • 9
  • 20

1 Answers1

2

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.

  • 1
    Thanks. I thought about that workaround but as everything is deployed automatically from Bluemix DevOps Services, I don't know the private IP that is going to be assigned to MySQL Container. – Jose Miguel Ordax Sep 26 '15 at 07:32