From 866b6b773c1326d2b407f04c80aab3b43db02468 Mon Sep 17 00:00:00 2001 From: Cameron Cross Date: Thu, 2 Feb 2023 06:24:47 +1100 Subject: Add docker scripts to simplify setting up idevicerestore --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c7d22d6..38d227c 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,15 @@ idevicerestore --help man idevicerestore ``` +### Docker + +Build the container with `build.sh` in the docker folder, which will build a +docker container with the latest source versions of all the required libraries. + +Run the container with `run.sh --latest` in the docker folder, +which will execute `usbmuxd` in the background, and then start `idevicerestore --latest`. +Any arguments passed to `run.sh` will be passed in to `idevicerestore`. + ## Contributing We welcome contributions from anyone and are grateful for every pull request! -- cgit v1.1-32-gdbae