1 Reply Latest reply on Mar 28, 2016 5:12 PM by jamezp

    Accessing Wildfly management console in Google Compute Engine

    siva215

      I am learning docker and I signed up for the trial in Google Cloud Platform.

      I created a compute instance and installed docker in it. In Docker I tried the following steps:

      docker pull jboss/wildfly docker run -d jboss/wildfly

      And once its running, I tried to access the page at

      http://<<PublicIP of Google Compute Engine Instance>:8080

      I had configured my network access to allow traffic on 8080 to the instance.

      But I could not access it. Is there any tutorial on setting up wildfly as a docker container in a cloud instance?

      Do I have to try something different?