From: | Максим Кольцов <kolmax94(at)gmail(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Proposal for changes in official Docker image |
Date: | 2018-02-18 17:41:26 |
Message-ID: | CAB_Kkxw66uKr8B7yaurTpR_aOt-i+o+cEtvNHD4pBHtWANKsNQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi!
I accidentially sent this email to pgsql-hackers yesterday, sorry!
First of all, thanks for the great app :)
I started using PgAdmin with docker image (dpage/pgadmin4) a few weeks
ago, however I thought that it had some issues, so I decided to make
my own image. Some of the advantages:
- Use alpine linux instead of centos to greatly reduce image size
(170MB vs 560MB)
- Use lightweight pure-python HTTP server waitress instead of heavy
apache/mod_wsgi
- Use python 3.6
You can test the image at https://hub.docker.com/r/maksbotan/pgadmin4/
Readme contains more detailed explanation and usage instructions.
The Dockerfile is hosted at github: https://github.com/maksbotan/pgadmin4_docker
If you find my work useful, I'd love to make a contribution with these
scripts, after some discussion with pgadmin developers and further
improvements.
Looking forward for an answer,
Maxim.
From | Date | Subject | |
---|---|---|---|
Next Message | Khushboo Vashi | 2018-02-19 06:21:31 | [pgAdmin4][Patch]: RM 3081- Reverse engineered SQL for Sequences missing comment header and drop statement |
Previous Message | Joao De Almeida Pereira | 2018-02-16 14:30:30 | Re: [pgAdmin4][RM#3105] Allow user to insert new row if PK is in capital letters |