Skip to content

nateGeorge/ubuntu-psql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-psql-docker

Docker container with Ubuntu and PostgreSQL for interactive SQL shell practice.

Building the image

  • create Dockerfile
  • run docker build (e.g. docker build --tag=ngeorge/ubuntu-psql-interactive .)
  • push to docker hub docker push ngeorge/ubuntu-psql-interactive
  • run the container: docker run -it ngeorge/ubuntu-psql-interactive

About

Docker container with Ubuntu and PostgreSQL for interactive SQL shell practice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published