joseesco24 / postgres_users_db

A really simple users dockerized DB that is easy to modify and use to make a easy develop start.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres Users DB

A really simple postgres users dockerized DB that is easy to modify and use to make a easy develop start

Note: The users data was generated using mockaroo


Docker Project commands

Note: Before running any of these commands be sure that your CWD is postgres_users_db directory.

Docker Login Into GitHub Container Registry

docker login -u joseesco24 -p < authentication token > ghcr.io

Docker Access To The Container Terminal

docker exec -it postgres_users_db /bin/bash

Docker Push The Image To GitHub Container Registry

docker push ghcr.io/joseesco24/postgres_users_db:latest

Docker Compose Project Commands

Note: Before running any of these commands be sure that your CWD is postgres_users_db directory.

Docker Compose Build Image Using Compose File

docker-compose -f compose.build.yaml build

About

A really simple users dockerized DB that is easy to modify and use to make a easy develop start.

License:The Unlicense


Languages

Language:Shell 77.9%Language:Dockerfile 22.1%