Official image for Teradata BTEQ (Basic Teradata Query)
3.6K
Basic Teradata Query (BTEQ) is a general-purpose, multi-platform commandline client utility that enables ad hoc and batch submission of Structured Query Language (SQL) requests to one or more instances of Analytics Database. It is typically used for report generation and lower-volume data load/unload. BTEQ formats the query results and returns them to the screen or to one or more files.
Below Teradata Client tools are included in this image.
Start a container
docker run -d -e "accept_license=Y" -it teradata/bteq:latest
Note: This image now runs with a non-root user (ttuuser) by default for enhanced security.
Run with root user (if needed)
If you need to run the container as root user, use the --user parameter:
docker run -d -e "accept_license=Y" --user root -it teradata/bteq:latest
List running containers
Run the following command to list all running Docker containers.
docker ps
Enter into a container
docker exec -it <container-id> bash
Content type
Image
Digest
sha256:ffa99cc09…
Size
131.2 MB
Last updated
8 days ago
docker pull teradata/bteq