Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 273 Bytes

docker-quick-start.md

File metadata and controls

15 lines (10 loc) · 273 Bytes

Docker Quick Start

  1. Clone this repository.

  2. Build the docker image:

docker build --build-arg BUILD_CONFIGURATION=Build . -t sql2cdm
  1. Execute the CLI:
docker run -v $(pwd):/data sql2cdm -i /data/sql/customer.sql -o /data/cdm-generated