@usdocker/postgres

1.0.5 • Public • Published

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/usdocker  # Install it first
npm install -g @usdocker/postgres
usdocker -r    # Update USDocker database

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

Readme

Keywords

Package Sidebar

Install

npm i @usdocker/postgres

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • byjg