Re: pgAdmin in Docker: independent users storage

2018-09-18 Thread Dave Page
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

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Vladimir Ryabtsev
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

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Henrik Uggla
Use the web-gui. Navigate to your service, you'll find a volume tab. Add your volumes without -v in the begining.

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Dave Page
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

Re: pgAdmin in Docker: independent users storage

2018-09-15 Thread Henrik Uggla
I plan to have the 3.3 docker image ready some day next week. Regards Henrik

Re: pgAdmin in Docker: independent users storage

2018-09-15 Thread Vladimir Ryabtsev
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

Re: pgAdmin in Docker: independent users storage

2018-09-14 Thread Vladimir Ryabtsev
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

Re: pgAdmin in Docker: independent users storage

2018-09-14 Thread Vladimir Ryabtsev
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