Sign inSign up

sunaoka/pgmodeler-cli

By sunaoka

Updated 7 months ago

Run pgmodeler-cli without building or installing.

Image
Developer tools
Databases & storage
1

3.8K

sunaoka/pgmodeler-cli repository overview

pgmodeler-cli Docker image

Run pgmodeler-cli without building or installing.

Usage

docker run --rm -v $(pwd):/data sunaoka/pgmodeler-cli \
    --export-to-file \
    --input some.dbm \
    --output some.sql

Usage (Overwriting Settings)

Copy the configuration file into the $(pwd)/config directory.

docker run --rm -v $(pwd):/data sunaoka/pgmodeler-cli \
                -v $(pwd)/config:/root/.config/pgmodeler \
    --export-to-file \
    --input some.dbm \
    --output some.sql

Tags

Older versions are available, please see the docker hub for available tags

Source

https://github.com/sunaoka/docker-pgmodeler-cli

Tag summary

Content type

Image

Digest

sha256:2ffbcc58c

Size

255.5 MB

Last updated

7 months ago

docker pull sunaoka/pgmodeler-cli