From 4e869b1d678cd4a819c0892fbfb1d18ac94b50a1 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 9 Dec 2020 12:58:58 +0100 Subject: [PATCH] README.md: fix a format issue Related-to: TOR-1198 Signed-off-by: Ming Liu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e31679..6abbaf8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ docker build --build-arg IMAGE_ARCH=linux/arm64 -t torizon/rt-validation-rt rt-t # Run the tests (on target machine) - +``` docker run --rm -it --privileged -v /dev:/dev -v /tmp:/tmp -v /media/$USER/YOUR-USB-DISK-MOUNTPOINT:/mnt/pendrive torizon/rt-validation-stress docker run --rm -it --privileged -v /dev:/dev -v /tmp:/tmp torizon/rt-validation-rt +```