From 877b2f802195adab98feb8d3da412ed24485b6ca Mon Sep 17 00:00:00 2001 From: Sam Massey Date: Mon, 2 Dec 2024 15:57:19 +0000 Subject: [PATCH] Update testharness.md --- testharness.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testharness.md b/testharness.md index da07edb..73c8420 100644 --- a/testharness.md +++ b/testharness.md @@ -24,9 +24,9 @@ JMeter can also be used with MQ (though we recommend CPH or JMSTestHarness above There is also a tool for testing your IO performance (in the manner in which MQ writes) called [MQLDT](https://github.com/ibm-messaging/mqldt) (MQ Log Disk Tester). This also now has a containerized version available here [mqldt-c](https://github.com/ibm-messaging/mqldt-c) and the automatically built -image is available from docker hub at [https://hub.docker.com/repository/docker/stmassey/mqldt](https://hub.docker.com/repository/docker/stmassey/mqldt). This image can be easily obtained by: +image is available from docker hub at [quay.io/stmassey/mqldt](quay.io/stmassey/mqldt). This image can be easily obtained by: ``` -docker pull stmassey/mqldt +podman pull quay.io/stmassey/mqldt ```