https://github.com/qtsolv/docker-postgres-pgcrypto
Postgres images for Docker with pgcrypto enabled.
https://github.com/qtsolv/docker-postgres-pgcrypto
Last synced: 2 months ago
JSON representation
Postgres images for Docker with pgcrypto enabled.
- Host: GitHub
- URL: https://github.com/qtsolv/docker-postgres-pgcrypto
- Owner: qtsolv
- Created: 2021-11-03T15:45:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T15:36:16.000Z (over 3 years ago)
- Last Synced: 2025-01-13T14:18:24.085Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgres-pgcrypto

To launch a container from this image, you must have [Docker](https://www.docker.com) installed.
If already, run the below command:```shell
docker run -d --name pgsql -p 5432:5432 vpzqtsolv/postgres-pgcrypto
```To start/stop the (named) container at a later point in time, use below commnads:
```
docker start pgsqldocker stop pgsql
```