sandeepkunkunuru / docker-centos-redshift

Docker container for ODBC client to AWS redshift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-centos-redshift

Docker container that contains

  • UnixODBC
  • Redshift ODBC
  • Some scripts to test

Steps

  • Replace placeholders in odbc.ini, test.sh and Makefile (optional, needed only if you intend to use container registry)

  • Run below commands

      make image
      make publish # first time you will be prompted to login to container registry ex: for AWS ecr it would prompt to run `aws ecr get-login` and then execute the output command for docker.
    
  • Within docker you should see an output file for test.sh

References

About

Docker container for ODBC client to AWS redshift


Languages

Language:Shell 65.7%Language:Makefile 34.3%