Hello,
I am wondering if others noticed the same as well:
1) I started the vm (boot2docker start) and also did the exports, from above printout
2) Next, running "docker run -it -p 8443:8443 aerogear/wildfly"
On the log I saw the WildFly booting up, but nothing for UPS/Keycloak on the log visible.
3) Now, I cloned the repo, executed the build in "dockerfiles/wildfly/unifiedpush-wildfly" (via "docker build -t aerogear/wildfly .")
4) Next I tried again to get it running "docker run -it -p 8443:8443 aerogear/wildfly"
Cool!
Now I did stop the VM (boot2docker stop)
On a new terminal, I started the vm (boot2docker start), performed the suggested exports, and did run "docker run -it -p 8443:8443 aerogear/wildfly"
-> this time I got the UPS in the logs as well - wondering: is that related to my previous build ? or was there just something wrong with my "first" execute of "docker run -it -p 8443:8443 aerogear/wildfly" ?
Thanks!
--