Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 833 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 833 Bytes

🐳 Dockerfiles for AltServer

Deploy AltServer-Linux on Docker container with AltServer-Linux-PyScript

# data folder for the running resources
# lockdown folder for the pairing records
mkdir -p altserver/{data,lockdown}

cd altserver
wget https://github.com/esme518/docker-altserver/raw/main/docker-compose.yml

# To enter in "config" mode to pair a device with "usbmuxd"
docker-compose run --rm config

# Connect your iOS device to the host via USB cable
# "Trust This Computer" alert message will pop up on the device
# Tap "Trust" and enter the password to "trust" the AltServer
# Unplug the device and use Ctrl+C to exit the "config" mode

# To bring up AltServer with wifi Daemode mode
docker-compose up -d