Build a basic Teradata client container
803
This repo is to build a Docker Teradata Client.
Its not quite as simple as that, you will also need to:-
http://downloads.teradata.com/download/connectivity/odbc-driver/linux
FROM jeremymarshall/docker-teradata-client
Copy the downloaded tar.gz file above directly into the folder with the Dockerfile
Build yourself your own container
docker build -t my-own-teradata-client \
--force-rm=true --no-cache=true .
Content type
Image
Digest
sha256:7ac44967e…
Size
76.5 MB
Last updated
over 8 years ago
docker pull jeremymarshall/docker-teradata-client