--- title: "Manually Adding Dashboard Containers" slug: "v22-manually-adding-dashboard-containers" updated: 2024-11-15T06:22:13Z published: 2024-11-15T06:22:13Z canonical: "docs.telosalliance.com/v22-manually-adding-dashboard-containers" deprecated: true --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.telosalliance.com/llms.txt > Use this file to discover all available pages before exploring further. # Manually Adding Dashboard Containers > **Deprecated.** This document is obsolete and is retained for reference purposes only. For current and supported documentation, please refer to the T[elos Infinity documentation home page.](https://docs.telosalliance.com/docs/telos-infinity) ## Adding a Container To add a container manually, navigate to the Containers tab and click on the "+Add container" button. ![Figure 1 - Adding a container](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/manually(6).png) Figure 1 - Adding a container - Enter "dashboard" in the Name field. - Enter "Quay" in the Registry field. - Enter "intercom-dashboard:latest" in the Image field. ### Adding a Volume Add a volume mount for storing container configurations by navigating to the Volumes tab. ![Figure 2 - Adding a Volume](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/v2(13)(1).png) Figure 2 - Adding a Volume ### Network - Select "telosmacvlan" as the Network. - Enter "dashboard" as the hostname for the container. ![Figure 3 - Network setup](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/v2(13)(1)(1)(1)(1).png) Figure 3 - Network setup > [!NOTE] > **Note -** The dashboard container must have internet access to be able to start properly. In some cases, DNS resolution may fail from within the container and you may have to manually add the address of a DNS server. The DNS server can be a device on your network, the gateway on your network, or a free and public DNS server. Examples of free and public DNS servers include: | Provider | Primary DNS | Secondary DNS | | --- | --- | --- | | Google | 8.8.8.8 | 8.8.4.4 | | Quad9 | 9.9.9.9 | 149.112.112.112 | | OpenDNS Home | 208.67.222.222 | 208.67.220.220 | | Cloudflare | 1.1.1.1 | 1.0.0.1 | ### Environmental Variables The following Environment variables are provided for reference. All variables will be created automatically and require no manual configuration. ![Figure 4 - Environmental variables](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/v2(13)(1)(1).png) Figure 4 - Environmental variables The following variables can be added to enable password features: | Name | Value | | --- | --- | | INTERCOMPASSWORD | LWRP/WEB Password for accessing Infinity devices | | NODEPASSWORD | LWRP/WEB Password for accessing Nodes and other devices | > [!NOTE] > **Note -** No extra settings are required for Runtime and Resources or Capabilities. When finished, click on "Deploy the container."