[phpMyAdmin Developers] Docker questions
Isaac Bennetch <[email protected]> Fri, 23 Nov 2018 12:36:10 -0500
| Newsgroups | gmane.comp.php.phpmyadmin.devel |
|---|---|
| Message-ID | <CAFb5Y7pOVJJwL94wbUrmq1JB=VgH87RpC2MN7ghrkpEMLbN47g@mail.gmail.com> |
Hi, I'm trying to work on and test the docker container and having some trouble doing local development off of the repository. from my phpmyadmin/docker repository: docker build -t pmadocker . docker run -name mydocker -d -e PMA_ARBITRARY=1 -p 8080:80 pmadocker Trying to log in does give the login page, but it doesn't have the server field. I've also tried with PMA_HOST=192.168.23.1 and it doesn't work, either. Basically, this doesn't seem to pass environment variables (PMA_ARBITRARY or PMA_HOST if I instead specify that). Using the Docker Hub build does work: docker run --name myadmin -d -p 8081:80 -e PMA_ARBITRARY=1 phpmyadmin/phpmyadmin Any idea what I'm doing wrong? _______________________________________________ Developers mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/developers