Skip to content

Instantly share code, notes, and snippets.

@vinsguru
Last active May 2, 2017 12:17
Show Gist options
  • Save vinsguru/48be9a1deb6e2c2cba06de64c677905e to your computer and use it in GitHub Desktop.
Save vinsguru/48be9a1deb6e2c2cba06de64c677905e to your computer and use it in GitHub Desktop.
# Use vinsdocker/jmbase
FROM vinsdocker/jmbase
MAINTAINER TestAutomationGuru
# Ports to be exposed from the container for JMeter Slaves/Server
EXPOSE 1099 50000
# Application to run on starting the container
ENTRYPOINT $JMETER_HOME/bin/jmeter-server \
-Dserver.rmi.localport=50000 \
-Dserver_port=1099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment