From: Vitezslav Crhonek Date: Mon, 8 Jun 2020 10:28:37 +0000 (+0200) Subject: - Use Podman instead of Docker X-Git-Tag: v0.314-8.5~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81b8febd1504588161f63bf2968f9f0d7112aa46;p=oweals%2Fhwdata.git - Use Podman instead of Docker --- 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 \