Feature proposal in the form of flexible docker image building. At its core, the feature allows customers to spin up docker containers to exercise hands on learning for the NORM example behavior. What's provided in this PR:
Allows ubuntu and centos container image creation
Allows configure options to piped in to build the Java and Python bindings
Allows version to force the creation of a specific NORM library version
Update to the README to demonstrate how to build and run the containers
Feature proposal in the form of flexible docker image building. At its core, the feature allows customers to spin up docker containers to exercise hands on learning for the NORM example behavior. What's provided in this PR:
configure
options to piped in to build the Java and Python bindingsversion
to force the creation of a specific NORM library version