Skip to content

Commit 62d6338

Browse files
committed
Merging pull request 239
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com> * github.com:distributed-system-analysis/run-perf: docs: Change container image to quay
2 parents b8b6df6 + ed54b37 commit 62d6338

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/container.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ same stored directory can be used to add your hosts definitions.
1414

1515
You can get a simple help by running the container::
1616

17-
podman run --rm -it ldoktor/fedora-runperf
17+
podman run --rm -it quay.io/ldoktor/fedora-runperf
1818

1919
Let's define a target machine ``$NAME`` (details about hosts in :ref:`runperf-hosts`)::
2020

@@ -37,10 +37,10 @@ Let's define a target machine ``$NAME`` (details about hosts in :ref:`runperf-ho
3737

3838
And now let's run linpack 2 times on that machine and generate a comparison::
3939

40-
podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
41-
podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
42-
podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf compare-perf --html comparison.html result_*
40+
podman run --rm -it -v `pwd`:/results quay.io/ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
41+
podman run --rm -it -v `pwd`:/results quay.io/ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
42+
podman run --rm -it -v `pwd`:/results quay.io/ldoktor/fedora-runperf compare-perf --html comparison.html result_*
4343

4444
An example of upstream qemu bisection using a built-in contrib script::
4545

46-
podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf upstream_qemu_bisect.sh /results/qemu 5.1.0 5.2.0 run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
46+
podman run --rm -it -v `pwd`:/results quay.io/ldoktor/fedora-runperf upstream_qemu_bisect.sh /results/qemu 5.1.0 5.2.0 run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'

0 commit comments

Comments
 (0)