Pre-Defined Connection with Docker Image | Teradata Vantage Modules for Jupyter - Specifying Pre-Defined Connections with Docker Image - Teradata Vantage Modules for Jupyter

Teradata Vantageā„¢ Modules for Jupyter Installation Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage Modules for Jupyter
Release Number
4.0
Published
March 2025
ft:locale
en-US
ft:lastEdition
2025-12-05
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
oqt1542232706976.ditaval
dita:id
nuw1535116212598
Product Category
Teradata Vantage

To specify pre-defined connections with the Docker image:

  1. Update the template file with your connection information. Refer to Pre-defined Connection Configuration.
  2. Set the TD_CONFIG environment variable to point to the file located inside the container.
  3. Mount the file into the Docker container.
  4. Start the Docker image.

    For example:

    If the updated YAML file is at c:\jupyterconfig/tdconfig.yaml on the desktop machine, then start the docker container with the command:
    docker run -e "accept_license=y" -p 8888:8888 -v teradata-vol:/home/jovyan/JupyterLabRoot -v  c:\jupyterconfig:/home/jovyan/tdconfig -e TD_CONFIG=/home/jovyan/tdconfig/tdconfig.yaml <image name>
    
    To disable the processing of the configuration file with the start of the Docker image, do not set the value of the TD_CONFIG environment variable.