Adding a Container
To add a container manually, navigate to the Containers tab and click on the "+Add container" button.
.png?sv=2022-11-02&spr=https&st=2025-04-03T14%3A50%3A23Z&se=2025-04-03T15%3A01%3A23Z&sr=c&sp=r&sig=G6iO1pu%2B8f7DhrBqaQ2w2YMg41%2BvM%2FKaxLnuS5fJjX8%3D)
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.
(1).png?sv=2022-11-02&spr=https&st=2025-04-03T14%3A50%3A23Z&se=2025-04-03T15%3A01%3A23Z&sr=c&sp=r&sig=G6iO1pu%2B8f7DhrBqaQ2w2YMg41%2BvM%2FKaxLnuS5fJjX8%3D)
Figure 2 - Adding a Volume
Network
Select "telosmacvlan" as the Network.
Enter "dashboard" as the hostname for the container.
(1)(1)(1)(1).png?sv=2022-11-02&spr=https&st=2025-04-03T14%3A50%3A23Z&se=2025-04-03T15%3A01%3A23Z&sr=c&sp=r&sig=G6iO1pu%2B8f7DhrBqaQ2w2YMg41%2BvM%2FKaxLnuS5fJjX8%3D)
Figure 3 - Network setup
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 |
---|---|---|
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.
(1)(1).png?sv=2022-11-02&spr=https&st=2025-04-03T14%3A50%3A23Z&se=2025-04-03T15%3A01%3A23Z&sr=c&sp=r&sig=G6iO1pu%2B8f7DhrBqaQ2w2YMg41%2BvM%2FKaxLnuS5fJjX8%3D)
Figure 4 - Environmental variables
The following variables can be added to enable password features:
Name | Value |
---|---|
INTERCOMPASSWORD | <YourPassword> |
NODEPASSWORD | <YourPassword> |
Note - No extra settings are required for Runtime and Resources or Capabilities.
When finished, click on "Deploy the container."