Installation and Upgrade Guide > TDV Docker Container > Quick Reference of use Docker Commands for TDV Containers
 
Quick Reference of use Docker Commands for TDV Containers
To check details of all the Docker containers.
$ docker ps
To check the Docker TDV container system logs.
$ docker logs <tdv-container-name>
Installing the SAP Java Connector Library
$ docker exec -it <tdv-container-name> /bin/bash
To review the TDV Server logs in an interactive shell.
$ docker exec -it <tdv-container-name> ls -al TDV*/logs
To stop the container.
$ docker stop <tdv-container-name>
To start the container.
$ docker start <tdv-container-name>