Skip to content

Instantly share code, notes, and snippets.

@lampidudelj
Created November 15, 2019 15:50
Show Gist options
  • Save lampidudelj/f87e0b425a613ee76040c5dc8c823277 to your computer and use it in GitHub Desktop.
Save lampidudelj/f87e0b425a613ee76040c5dc8c823277 to your computer and use it in GitHub Desktop.
Docker image for master instance of JMeter
# Use vinsdocker base image
FROM yourrepo/jmeter:base
LABEL mantainer=""
# Ports to be exposed from the container for JMeter Master
EXPOSE 60000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment