From 81b8febd1504588161f63bf2968f9f0d7112aa46 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 8 Jun 2020 12:28:37 +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