Sign inSign up

jeremymarshall/docker-teradata-client

By jeremymarshall

Updated over 8 years ago

Build a basic Teradata client container

Image
1

803

jeremymarshall/docker-teradata-client repository overview

docker-teradata-client

This repo is to build a Docker Teradata Client.

Its not quite as simple as that, you will also need to:-

  • Download

http://downloads.teradata.com/download/connectivity/odbc-driver/linux

  • Create another Docker image from this one with a Dockerfile like this
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 .

Tag summary

Content type

Image

Digest

sha256:7ac44967e

Size

76.5 MB

Last updated

over 8 years ago

docker pull jeremymarshall/docker-teradata-client