#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:
- Clone this repo
git clone https://github.com/kbowerma/tc-docker-informix.git
-
cd tc-docker-informix
-
Bulid the image and remove any intermidate images, call the image spooner
docker build --rm=true -t spooner .
-
Run the container interactively, call it run_spoon and remove it when you exit
docker run -it --rm --name run_spoon spooner
-
cd TestDataToolSrc & generate sample records
ant run
-
insert the sample records
ant bulk-test-data-load