RemotiveBus
RemotiveBus is a network plugin that adds additional support for Docker and Podman networks.
- CAN via SocketCAN allows containers to communicate with physical CAN interfaces on the host.
- VCAN via SocketCAN can set up virtual CAN buses between containers and, if applicable, the host system.
- VLAN provides 802.1Q-based Ethernet connectivity for containers, with support for bridging to physical network interfaces.
- TAP provides containers with the ability to passively tap the network traffic of another network. (Only available for Docker networks)
RemotiveBus is extensible via plugins, which can be notified when networks are created and destroyed. This enables uses cases such as network monitoring or bridging to other networks.