Product Features
Applications
Networks
3min
The Networks pane of the Applications module shows three default Docker network components for the current applications:
- bridge: The default network driver, typically used when your applications run in standalone containers that need to communicate.
- host: For standalone containers, this removes network isolation between the container and the Docker host, and enables using the host’s networking directly.
- none: Disables all networking for a container. This is typically used in conjunction with a custom network driver.
For more details, see Docker documentation.
You can add your own networks. You can also view network information, connect containers to networks and disconnect them from networks, as well as remove non-default networks.
To access the Applications Networks pane:
- Log in to Litmus Edge.
- From the Navigation panel, select Applications. The Dashboard pane appears.
- Select Networks. The Networks pane appears.
The Applications Networks pane