Skip to content

Instantly share code, notes, and snippets.

@carlosjgp
Created July 24, 2016 16:55
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 carlosjgp/78b2e95ba2078da520fdd94827a66765 to your computer and use it in GitHub Desktop.
Save carlosjgp/78b2e95ba2078da520fdd94827a66765 to your computer and use it in GitHub Desktop.
[Docker] Examples
docker run -P -d --name drools-workbench jboss/drools-workbench-showcase:6.2.0.Final
docker run -p 8080:8080 --name localJenkins -v ~/Docker/Jenkins:/var/jenkins_home jenkins:1.565.2
docker run -it jboss/wildfly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment