You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
Each connected device, or link endpoint, is encoded as "DeviceName:InterfaceName:IP" with the following constraints:
* **DeviceName** determines which docker image is going to be used by (case-insensitive) matching of the following strings:
* **host** - alpine-host image is going to be used
* **cvp** - cvp image is going to be used
* For anything else Arista cEOS image will be used
* **InterfaceName** does not have to match the actual link name inside the container, only the sequence number has to match. Internally all links are sorted alphabetically before being attached and libnetwork numbers them sequentially starting from eth0. See caveats section below.
* **IP** - Optional parameter that works **ONLY** for alpine-host devices. This will attempt to configure a provided IP address inside a container.