We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31221d8 commit ee271d7Copy full SHA for ee271d7
README.md
@@ -22,7 +22,7 @@ sudo apt install -y usbmuxd
22
curl -fsSL https://test.docker.com -o test-docker.sh
23
sudo sh test-docker.sh
24
sudo usermod -aG docker $USER
25
-docker run --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
+docker run --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon
26
```
27
28
## Credit
0 commit comments