Download the attached release archive to get the Docker image
tarball and the configuration directory side by side.
Local usage:
tar -xzf release.tar.gz
docker load -i image.tar
IMAGE_TAG=ms-database-connector:0.0.1-<git-hash>
docker run --rm -p 3090:3090 \
-e DBC_CONFIGURATION_FILE=/app/configuration/service_config.json \
"$IMAGE_TAG"What's Changed
New Contributors
Full Changelog: https://github.com/fluid40/ms-database-connector/commits/v0.1.1