- Use Podman instead of Docker
authorVitezslav Crhonek <vcrhonek@redhat.com>
Mon, 1 Jun 2020 07:54:24 +0000 (09:54 +0200)
committerVitezslav Crhonek <vcrhonek@redhat.com>
Mon, 1 Jun 2020 07:54:24 +0000 (09:54 +0200)
check-usb-ids.sh

index f9f2170756eb48256f18074e6900d68ad13d3878..17f9c050be4072e6ed64715b66ec9c10f3532f7b 100755 (executable)
@@ -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 \