2.0.0 • Published 8 years ago
knorm-postgres v2.0.0
knorm-postgres
postgres docker tools for knorm and its plugins.
knorm-postgres start
starts a postgres container. if one doesn't exist, it creates it, downloading the postgres image if necessary.
options:
namealias:n, default:knorm-postgres: specifies the name of the postgres container.
Other configurations can be made using environment variables:
POSTGRES_PORT: configures the port number for the container, defaults to5616POSTGRES_USER: configures the postgres user for the database, defaults toknormPOSTGRES_PASSWORD: configures the postgres password for the database, defaults toknormPOSTGRES_DB: configures the postgres database name for the database, defaults toknorm
knorm-postgres stop
stops a running postgres container.
options:
namealias:n, default:knorm-postgres: specifies the name of the postgres container.
knorm-postgres remove
removes a running/stopped postgres container.
options:
namealias:n, default:knorm-postgres: specifies the name of the postgres container.