{"id":13500362,"url":"https://github.com/diyan/pgcli-docker","last_synced_at":"2025-04-10T19:32:06.350Z","repository":{"id":66100912,"uuid":"49366087","full_name":"diyan/pgcli-docker","owner":"diyan","description":"pgcli in a tiny Docker image powered by Alpine Linux","archived":false,"fork":false,"pushed_at":"2018-08-13T17:06:21.000Z","size":4,"stargazers_count":9,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T16:57:11.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-01-10T12:35:26.000Z","updated_at":"2024-07-30T10:41:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe1b27f4-3308-448d-b0c4-c434e253ac1a","html_url":"https://github.com/diyan/pgcli-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyan%2Fpgcli-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyan%2Fpgcli-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyan%2Fpgcli-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyan%2Fpgcli-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diyan","download_url":"https://codeload.github.com/diyan/pgcli-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281395,"owners_count":21077423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:00:57.469Z","updated_at":"2025-04-10T19:32:06.321Z","avatar_url":"https://github.com/diyan.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# pgcli-docker\npgcli in a tiny Docker image powered by Alpine Linux\n\n# How to use this image\n\nPrint help:\n\n```bash\ndocker run --rm diyan/pgcli --help\n```\n\nRun PostgreSQL server if you don't have it:\n\n```bash\ndocker run -d --name=postgres \\\n  -p 5432:5432 \\\n  -e POSTGRES_PASSWORD=secret \\\n  postgres:9.5\n```\n\nRun pgcli:\n\n```bash\ndocker run --rm -ti --name=pgcli \\\n  -e PGPASSWORD=secret \\\n  --link=postgres:postgres \\\n  diyan/pgcli \\\n  --host=postgres \\\n  --dbname=postgres \\\n  --user=postgres\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiyan%2Fpgcli-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiyan%2Fpgcli-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiyan%2Fpgcli-docker/lists"}