Created
September 9, 2017 12:10
-
-
Save vepo/cc4f55a864accd328e852f6205198eaa to your computer and use it in GitHub Desktop.
JMeter master
This file contains 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
FROM jmeter-base | |
WORKDIR $JMETER_HOME | |
# Ports to be exposed from the container for JMeter Master | |
RUN mkdir scripts | |
EXPOSE 60000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment