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

esme518/docker-altserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 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

Releases

No releases published

Packages

No packages published