Skip to content

robertoej/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dockerized Postgres

Docker image of a sample Postgres database.

Build

Building the Docker image:

docker build -t $USER/postgres --name postgres .

Run

Running the container:

docker run --rm -d --name postgres $USER/postgres

Access

Accessing CLI in the container:

docker exec -it postgres psql -U postgres

About

🐘 Docker image of a simple Postgres database (http://www.sportsdb.org/sd/samples).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published