Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 555 Bytes

postgres-pgcrypto

GitHub Workflow Status Docker Pulls

To launch a container from this image, you must have Docker installed. If already, run the below command:

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 pgsql

docker stop pgsql