Created
December 17, 2018 09:39
-
-
Save magohl/2783b5b26b449c1e12c3fc81ef071f50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -P -d jboss/wildfly /opt/jboss/wildfly/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0 | |
docker exec -it xxxx bash | |
/wildfly/bin/add-user | |
8080 = runtime | |
9990 = admin console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment