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