PostgreSQL + pgStudio in a single docker image
1.1K
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
Content type
Image
Digest
Size
81.6 MB
Last updated
almost 10 years ago
docker pull yorkshirekev/postgres-pgstudio