Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add template method(s) to check reachability #4

Open
5 tasks
AHelper opened this issue Jun 22, 2016 · 0 comments
Open
5 tasks

Add template method(s) to check reachability #4

AHelper opened this issue Jun 22, 2016 · 0 comments

Comments

@AHelper
Copy link
Owner

AHelper commented Jun 22, 2016

Reachability checks in templates adds an unneccessary level of complexity to verify that one container is reachable by another through any number of networks.

  • Add whereReachable $containers $target where $target may be a RuntimeContainer or Network and returns all RuntimeContainers that can access $target
  • Add reachable $source $target where $source and $target may be a RuntimeContainer or Network and returns a Boolean value.
  • Add reachableNetworks $source $target where $source and $target may be a RuntimeContainer or Network and returns an array of Networks of $target that $source can access.
  • Verify that the container has ICC enabled (see com.docker.network.bridge.enable_icc)
  • Verify that the network has ICC enabled (see --icc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant