This content has been marked as final.
Show 1 reply
-
1. Re: Accessing Wildfly management console in Google Compute Engine
jamezp Mar 28, 2016 5:12 PM (in response to siva215)You probably need to configure the container to bind to 0.0.0.0. Usually this can be down by passing -b 0.0.0.0 to the standalone.sh. See Extending the image here https://hub.docker.com/r/jboss/wildfly/.
--
James R. Perkins