Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created May 4, 2015 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfryc/a3af4c39e889abd5a9c4 to your computer and use it in GitHub Desktop.
Save lfryc/a3af4c39e889abd5a9c4 to your computer and use it in GitHub Desktop.
Docker commands
# testing UPS from source in WildFly
docker run -it -p 8080:8080 -v $PWD/databases/unifiedpush-h2-ds.xml:/opt/jboss/wildfly/standalone/deployments/unifiedpush-h2-ds.xml -v $PWD/servers/auth-server/target/auth-server.war:/opt/jboss/wildfly/standalone/deployments/auth-server.war -v $PWD/servers/ups-wildfly/target/ag-push.war:/opt/jboss/wildfly/standalone/deployments/ag-push.war jboss/wildfly /opt/jboss/wildfly/bin/standalone.sh -b 0.0.0.0 -c standalone-full.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment