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

netwo-io/docker-pgmodeler-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

pgmodeler-ci as a docker image in order to use it from a CI (Gitlab-CI)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published