Deploying CipherTrust Vaulted Tokenization Through Docker
This topic describes how to create CT-V REST Webservice docker container.
Prerequisites
- Linux machine where Docker and curl are installed. 
- Key Manager user and token vault to use the REST services after creation of the Docker container. 
To create a container to use the CT-V REST APIs:
- Unzip the CT-V software zip file using any standard archive utility. 
- Access the directory SafeNetTokenization\Tokenization\restfulService\tmRestDockerization and set the parameters in the config.properties file. The parameters are self-explanatory. 
- Run the - build.shfile (./build.sh).
- Download the JDBC driver as per your requirement and run the following commands: - docker cp <jdbc-driver-jar> <container-name>:/usr/local/tomcat/webapps/tmrest/WEB-INF/lib docker restart <container-name>