Skip to content

Instantly share code, notes, and snippets.

@dragosMC91
Created July 20, 2019 09:27
Show Gist options
  • Select an option

  • Save dragosMC91/e271252d4aa9ce2afb7063e673699385 to your computer and use it in GitHub Desktop.

Select an option

Save dragosMC91/e271252d4aa9ce2afb7063e673699385 to your computer and use it in GitHub Desktop.
The dockerfile for JMeter master built on top of the base image
# Use my custom base image defined above
FROM dragoscampean/testrepo:jmetrubase
MAINTAINER Dragos
# Expose port for JMeter Master
EXPOSE 60000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment