1.0.0 • Published 7 years ago

usdocker-postgres v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Useful script for 'postgres' service

This Useful Script creates a postgres server based on a Docker Image. You don't have know docker to use this solution.

Installing

npm install -g usdocker-postgres

Start the postgres service

usdocker postgres up

Stop the postgres service

usdocker postgres down

Check the postgres status

usdocker postgres status

Use the psql command line client

usdocker postgres client -- [args]

Run the bash

usdocker postgres connect -- [args]

Customize your service

You can setup the variables by using:

usdocker postgres --set variable=value

Default values

  • image: "postgres:9-alpine",
  • folder: "/home/jg/.usdocker/data/postgres",
  • user: "postgres",
  • password: "password",
  • port: 5432
1.0.0

7 years ago