You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this! Could you publish it to the docker hub and add readme instruction on using? A single line command is far more preferable than cloning/configuring/running it by hand.
Something like docker run -it --rm --net host kirs/pg_web_stats -h pghost -p pgport -U pgusername
similar to psql, plus a few extra params for serving itself, e.g. binding address / port.
The text was updated successfully, but these errors were encountered:
nyurik
changed the title
Publishing to Docker Hub
Running pg_web_stats directly from Docker Hub
Mar 21, 2019
Thanks for making this! Could you publish it to the docker hub and add readme instruction on using? A single line command is far more preferable than cloning/configuring/running it by hand.
Something like
docker run -it --rm --net host kirs/pg_web_stats -h pghost -p pgport -U pgusername
similar to
psql
, plus a few extra params for serving itself, e.g. binding address / port.The text was updated successfully, but these errors were encountered: