Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 462 Bytes

docker-local-postgres

Postgres image for local deployments

requirements

access to dockerhub

To publish image

Login to docker

run following commands:

To build the image

$ docker build -t casebook/docker-local-postgres .

Tag the image (replacing version and description)

$ docker tag casebook/docker-local-postgres casebook/docker-local-postgres:version-description

Push the image to registry

$ docker push casebook/docker-local-postgres