How to associate a container group with a container?

Note. This is a question related to Docker support in Bluemix.

I know how to associate a container with a container using the -link option when starting the second container with an ice run command.

But I did not find a way to link them when using the Container group. I read documents and checked for help on an ice team with no luck.

The scenario I'm trying to achieve is to create a group of foreground containers associated with a single backend container. Any idea or suggestion on how to do this?

+5
source share
1 answer

This is not supported in the current version of IBM containers.

At the same time, you might think of creating yourself a vars environment that creates a connection.

+2
source

Source: https://habr.com/ru/post/1232298/


All Articles