From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | Hosney Osman <king(dot)v(dot)osman(at)gmail(dot)com> |
Cc: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org> |
Subject: | Re: docker pgadmin |
Date: | 2022-03-20 01:56:15 |
Message-ID: | CAKFQuwbtTUNpqiPG04j-rNpcmtTf+rzrxz_3ZTZ-DxetmPPV9A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Sat, Mar 19, 2022 at 6:51 PM Hosney Osman <king(dot)v(dot)osman(at)gmail(dot)com> wrote:
> i am running the below command to run pgadmin docker version
> how to set these environment variables.
> *PGADMIN_DEFAULT_EMAIL* and *PGADMIN_DEFAULT_PASSWORD*
> =======================================================
> [root(at)localhost ~]# docker run --rm -p 5050:5050 dpage/pgadmin4
>
Docker 101 is somewhat out-of-scope for this list but as with most things
the docker command is documented. I've linked to the section that
specifically talks about environment variables.
https://docs.docker.com/engine/reference/run/#env-environment-variables
David J.
From | Date | Subject | |
---|---|---|---|
Next Message | Loles | 2022-03-21 14:07:17 | How to check existing recovery points |
Previous Message | Hosney Osman | 2022-03-20 01:50:49 | docker pgadmin |