Sign inSign up

achillesrasquinha/postgres

By achillesrasquinha

Updated almost 6 years ago

A docker image for postgres, but better.

Image
0

312

achillesrasquinha/postgres repository overview

Docker for PostGreSQL

Docker Cloud Build Status

A docker image for postgres, but better.

Usage
$ docker run --rm -it --name postgres -d achillesrasquinha/postgres
Commands
NameHelp
helpDisplay the help message and exit.
backupBackup files and databases.
backupsList all backups.
restore/path/to/backup Restore a DataBase backup.
checkCheck status of PostGreSQL server.
shellLaunch pgcli shell.
Usage
$ docker exec -it postgres "<command>"

e.g.

$ docker exec -it postgres check
OK
License

This repository has been released under the MIT License.

Tag summary

Content type

Image

Digest

Size

82.9 MB

Last updated

almost 6 years ago

docker pull achillesrasquinha/postgres