Hi
On Mon, Sep 17, 2018 at 11:55 PM, Vladimir Ryabtsev
wrote:
> I see, so instead of pointing on some host/network directory (as I do in
> Henrik's image) I can just map this directory and override it inside the
> container.
> I think we need to mention this on the image's page
> https://hub.doc
I see, so instead of pointing on some host/network directory (as I do in
Henrik's image) I can just map this directory and override it inside the
container.
I think we need to mention this on the image's page
https://hub.docker.com/r/dpage/pgadmin4/, I believe this is extremely
useful, and even mus
Use the web-gui. Navigate to your service, you'll find a volume tab. Add your
volumes without -v in the begining.
On Sat, Sep 15, 2018 at 6:33 AM, Vladimir Ryabtsev
wrote:
> I am using dpage/pgadmin4, which is referenced from
> https://www.pgadmin.org/download/pgadmin-4-container/
> Does it have similar env. var.?
>
When you launch with docker you'd use something like the following on the
command line to ma
I plan to have the 3.3 docker image ready some day next week.
Regards
Henrik
UPDATE:
I am sorry, of course I made a stupid mistake by using wrong command key
for environment variables. After changing it to "-e" pgAdmin4 does start in
SERVER mode. I also had to remove "-t" in order for it to bypass password
request.
Any ETA when version 3.3 will be released in the image?
R
Tried some of huggla/pgadmin-alpine images. I start it with
docker run -it --rm -v VAR_param_SERVER_MODE=True -v VAR_email_server=
u...@domain.com -v VAR_password_server=qwerty -p 5050:5050
huggla/pgadmin-alpine:
latest:
does not work (but you mentioned it should not)
20180907-edge:
reports "sud
I am using dpage/pgadmin4, which is referenced from
https://www.pgadmin.org/download/pgadmin-4-container/
Does it have similar env. var.?
Will try your image anyway.
Regards,
Vlad
пт, 24 авг. 2018 г. в 1:17, Henrik Uggla :
> Yes, put the Sqlite file (by default named pgadmin4.db) on a shared
> p