Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

libimobiledevice-win32/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

Build Status

This repository contains a Dockerfile for usbmuxd. It allows you to run usbmuxd in a Docker container.

The docker container is available as quamotion/usbmuxd on Docker Hub.

Requirements

  • The container needs extended privileges for USB access
  • The host's /dev/bus/usb must be mounted on the container

Usage

To start the usbmuxd server, you can run:

docker run --privileged --net host -v /dev/bus/usb:/dev/bus/usb --name usbmuxd quamotion/usbmuxd

You'll now have a containerized usbmud running on your server.

About

Docker images for libimobiledevice

Resources

License

Stars

Watchers

Forks

Packages

No packages published