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.

Access Applications Networks UI

To access the Applications Networks pane:

  1. Log in to Litmus Edge.
  2. From the Navigation panel, select Applications. The Dashboard pane appears.
  3. Select Networks. The Networks pane appears.
The Applications Networks pane
The Applications Networks pane


Next Steps