Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 697 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 697 Bytes

Usage

PG_MODELER_CLI=docker run -v $(pwd):/some/path netwo-io/pgmodeler-cli pgmodeler-cli -p 5432 -u $SUPER_USER --passwd $SUPER_USER_PASSWORD --host=localhost
$PG_MODELER_CLI --ignore-errors --input-db db0 --import-db -of /some/path/some.dbm
$PG_MODELER_CLI --input /some/path/some.dbm --export-to-png --output /some/path/some.png

How to release a new docker container on docker hub

  • Create PR that changes the Dockerfile
  • Merge it to master
  • Tag the commit in vX.Y.Z format
  • Docker hub will automatically build and publish the image

Inspiration

Largely inspired by https://github.com/GeertJohan/docker-pgmodeler-cli