-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Trying to run multiple dependent containers using
def withUnlinkedDependencies(unlinkedDependencies: DockerContainer*) = |
Please find link to simplified project to reproduce this issue (this example is tested on Mac OS) :-
https://github.com/moglideveloper/whisk-dependent-containers
Below is the line in above project where dependency is declared :-
Below is my finding :
ContainerDependencyGraph is not computed correctly
docker-it-scala/core/src/main/scala/com/whisk/docker/DockerContainerManager.scala
Line 85 in ebc941c
def buildDependencyGraph(containers: Seq[DockerContainer]): ContainerDependencyGraph = { |
Metadata
Metadata
Assignees
Labels
No labels