From bc0be6b6c792f5f1ab203c7828478569e78cab72 Mon Sep 17 00:00:00 2001 From: Lucas Rueda Date: Mon, 22 May 2023 17:04:39 -0300 Subject: [PATCH] Find by name instead of using grep on results --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d84b5..2792a37 100644 --- a/README.md +++ b/README.md @@ -1579,7 +1579,7 @@ Important Note: this will cause the host system to lose access to the USB device This is my favourite container. You can supply an existing disk image as a Docker command line argument. -- Pull images out using `sudo find /var/lib/docker -size +10G | grep mac_hdd_ng.img` +- Pull images out using `sudo find /var/lib/docker -name mac_hdd_ng.img -size +10G` - Supply your own local image with the command argument `-v "${PWD}/mac_hdd_ng.img:/image"` and use `sickcodes/docker-osx:naked` when instructing Docker to create your container.