Panopticon Docker Compose Package Overview
The Docker Compose package is downloaded from Altair One Marketplace in the form of a .ZIP file, which is around 25 MB in size.
Files and Folders in the Docker Compose Package
The downloaded .ZIP file is composed of the pano-mount folder and the following files:
Package Contents | Description |
pano-mount |
This folder contains three subfolders: config, data, and logs. This is the default docker bind mount path. The three subfolders contain files and folders used by the Docker containers for Panopticon, Python, R, and MonetDB. The files are for configuration settings, application data, and logs. |
.env |
The Docker Compose configuration file which specifies a Docker Compose environment variable named PANO_MOUNT_DIR which is the file path containing the folders for config, data, and logs. It also specifies the variable PANOVIZ_IMAGE which is the image version number of the Panopticon Docker image that will be used. These environment variables are used in the docker-compose.yaml file. |
docker-compose.yaml |
The Docker Compose configuration file which specifies the download URLs of the container images that will be used. The images are downloaded from altairengineering.jfrog.io when launching the Docker Compose package the first time. This file also contains configuration settings for the port numbers that will be used by each Docker container. The file also specifies several files and folders that will be used by the containers. File paths contain references to the Docker Compose environment variable PANO_MOUNT_DIR which is set in the .env configuration file. |
altair-repo-login.bat |
The Windows specific batch script file used for setting environment variables DOCKER_REGISTRY, DOCKER_USERNAME, and DOCKER_PASSWORD and effectuate a login to the Docker registry from where the docker container image files will be downloaded. |
altair-repo-login.sh |
The Linux/Unix/Mac specific shell script file used for setting environment variables DOCKER_REGISTRY, DOCKER_USERNAME, and DOCKER_PASSWORD and effectuate a login to the Docker registry from where the docker container image files will be downloaded. |
Examples.exz |
The Panopticon bundle file which contains example workbooks and dashboards. These examples can be imported into the Panopticon server after launching the Docker Compose package. This file makes up almost the entire file size of the Docker Compose package Zip file. Examples.exz is an optional file and can be removed from the Docker Compose package if you need to reduce the file size of the Docker Compose package. |
README.md |
Contains some brief instructions which are also covered by this document. |
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.