aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2023-06-13 11:04:26 +0000
committerGitHub <[email protected]>2023-06-13 11:04:26 +0000
commit846cf8fdaff2d525218d01ec849cef8874592b4e (patch)
treef7c9a666d150f21aa6dbca18a2a1631123278db2
parentMerge pull request #616 from raeldev/add-kvm-install-to-readme (diff)
parentFind by name instead of using grep on results (diff)
downloaddocker-osx-846cf8fdaff2d525218d01ec849cef8874592b4e.tar.xz
docker-osx-846cf8fdaff2d525218d01ec849cef8874592b4e.zip
Merge pull request #661 from lucasrueda/master
Tiny change on Readme: Recommend to Find by name instead of using grep on results
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.