Michael Kashin
Michael Kashin
sure, let me know if you need help setting things up. I've just tested it with a mix of 40 VMX and CSR VM-pods and it seems to be working...
@bdreisbach I think you may be hitting this? https://networkop.co.uk/post/2018-03-03-docker-multinet/ I thought this was resolved but I may be mistaken. workaround is to _not_ use docker API to attach networks. either...
No, your example above is done using docker API. I mean something like this https://stackoverflow.com/questions/31907117/how-to-connect-docker-containers-without-a-bridge or, apologies for a shameless plug, [docker-topo](https://github.com/networkop/docker-topo) or [k8s-topo](https://github.com/networkop/k8s-topo)
so far I have a bunch of interactive steps. with a bit of effort they can be turned into some flux manifests to deploy all this stuff in one go....
yes. so instead of listing all those kind params for every node, you define them once and then just reference that custom kind from the nodes section
ok, so based on what I've read the issues are: 1. sharing the configs together with the lab -- if the paths are relative these can also be looked up...
I don't think the choice should be between clone and download. Some repose may have more than one lab, like [this one](https://github.com/hellt/clabs), so there's really no point in cloning the...
@karimra nope, no plans as of yet
Brilliant solution @cziebuhr , your patch worked for me. Do you think it's likely to get merged soon (or at all)?
AFAIR, I only needed it for ceos/veos initially, hence https://github.com/networkop/docker-topo/blob/master/bin/docker-topo#L733 But yeah, it shouldn't make any difference what image it is, so feel free to do a PR if you...