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
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Vantage Modules for Jupyter
Release Number
3.5
Published
September 2024
Language
English (United States)
Last Update
2024-09-13
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
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