#tc-docker-informix

This project will setup a docker image and container for Topcoders Informix environment. It will include a TestData tool that will generate test records and myexport

##Setup Instructions:

  1. Clone this repo

git clone https://github.com/kbowerma/tc-docker-informix.git

  1. cd tc-docker-informix

  2. Bulid the image and remove any intermidate images, call the image spooner

docker build --rm=true -t spooner .

  1. Run the container interactively, call it run_spoon and remove it when you exit

    docker run -it --rm --name run_spoon spooner

  2. cd TestDataToolSrc & generate sample records

    ant run

  3. insert the sample records

    ant bulk-test-data-load