Sign inSign up

yorkshirekev/postgres-pgstudio

By yorkshirekev

•Updated almost 10 years ago

PostgreSQL + pgStudio in a single docker image

Image
0

1.1K

yorkshirekev/postgres-pgstudio repository overview

This is a minimal Alpine Linux (3.4) based progreSQL image complete with the web-admin tool PG Studio.

This image builds on top of my base posrgres 9.5 docker image, adding in an admin user and PG Studio 2.0. This image is intended to aid development of postgresql based applications. I don't recommend using this image in production as the container has 2 executables started with a bootstrap script, which is not the best way to run docker apps.

You can run this images with the following docker command:

docker run -p 5432:5432 -p 8080:8080 yorkshirekev/postgres-pgstudio:9.5-2.0

Once the container is running point your browser as http://localhost:8080⁠ Log in with username admin. The password is generated when the container starts and can be viewed using the docker logs command.

More information: https://github.com/YorkshireKev/postgres-pgstudio⁠

Tag summary

Content type

Image

Digest

Size

81.6 MB

Last updated

almost 10 years ago

docker pull yorkshirekev/postgres-pgstudio