Official Docker image for SchemaCrawler Additional Lints.
2.0K
Schemacrawler Additional Lints is now released with an image on Docker Hub. This is an extension of the SchemaCrawler Docker Image.
You can run docker container like this :
docker run --name schemacrawler-additional-lints --rm -i -t --entrypoint=/bin/bash --net=host mbarre/schemacrawler-additional-lints
--net=host option will allow you to work on database deployed on your host.
Use the Schemacrawler Interactive Shell
schemacrawler --shell
Use the following script from within the shell to launch the lints analysis :
connect --server=your_db_server --database=your_db --user=your-user
load --info-level=minimum
execute --command lint
Enjoy !
Project web site : http://mbarre.github.io/schemacrawler-additional-lints
Content type
Image
Digest
Size
314.1 MB
Last updated
about 5 years ago
docker pull mbarre/schemacrawler-additional-lints