From 7f980ca8c182c3598d9461a0960aaac77a950c1b Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 1 Jun 2020 09:54:24 +0200 Subject: [PATCH] - Use Podman instead of Docker --- check-usb-ids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-usb-ids.sh b/check-usb-ids.sh index f9f2170..17f9c05 100755 --- a/check-usb-ids.sh +++ b/check-usb-ids.sh @@ -15,7 +15,7 @@ fi tmpdir=`mktemp -d` echo "Listing usb devices:" -sudo docker run -t --privileged --rm=true \ +sudo podman run -t --privileged --rm=true \ -v `pwd`/usb.ids:/usr/share/hwdata/usb.ids:ro \ -v "$tmpdir:/mnt/out" \ vcrhonek/hwdata-check \ -- 2.25.1