Open lpeabody opened 2 years ago
The answer depends on what kind of host your docker is running on.
Here is an example of how I use justb4/jmeter with MacOS running 12.3 (Monterey).
lsof -i TCP:6000
. You should see output indicating that the xserver is listening to port 6000.export DISPLAY=localhost:0
5.2. xhost +localhost
Note: On Linux, it might be something like xhost +172.17.0.1
or something.
5.3. xterm
Currently, I'm finding it crashes after 5 minutes, but that might be due to issues in running a java/linux/docker/Mac interaction.
Thanks for the useful Docker image. I'm just diving into JMeter for a project and I'd like to be able to run the GUI to help build the tests, but then run them via command line. How would one go about running this container and using the GUI through X11?