Sign inSign up

symfoni/schemacrawler

By symfoni

Updated about 11 years ago

SchemaCrawler command line tool

Image
0

2.2K

symfoni/schemacrawler repository overview

SchemaCrawler Docker Image

A Docker image for the SchemaCrawler command line tool. The image contains the full SchemaCrawler package in /schemacrawler.

Sample usage

Assuming some_db is a container with postgres listening on the default port. Update the rest of the flags as appropriate.

$ docker run -v $(pwd):/output --link some_db:db --rm symfoni/schemabuilder:14.03.01 -server=postgresql -host=db -user=postgres -password=password -database=database -infolevel=maximum -command=graph --outputfile=/output/database.png

Tag summary

Content type

Image

Digest

sha256:380899786

Size

328 MB

Last updated

about 11 years ago

docker pull symfoni/schemacrawler