Stop Docker Container for JupyterLab | Teradata Vantage Modules for Jupyter - Stopping the Docker Container for JupyterLab - 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
  1. Run the following commands:
    OS Commands
    Windows, macOS or Linux

    docker ps

    docker stop <container id or container name>

    Windows If you add the -it options to the Docker run command, you can also stop the Docker container by entering the following in the terminal where you started the Docker container.

    Control-C

    macOS You can also stop the Docker container by entering the following in the terminal where you started the Docker container.

    Command-C

    Linux You can also stop the Docker container by entering the following in the terminal where you started the Docker container.

    Control-C