Skip to content

Instantly share code, notes, and snippets.

@nhalstead
Created August 18, 2020 16:47
Show Gist options
  • Save nhalstead/086faa462f2caabf803a06386bbacf80 to your computer and use it in GitHub Desktop.
Save nhalstead/086faa462f2caabf803a06386bbacf80 to your computer and use it in GitHub Desktop.
Deploy AirConnect in a Docker Container linked to the host adapter.
#!/bin/bash
docker run -d --net=host \
--restart=always \
--label stack.application=airconnect \
--label stack.category=audio \
--label stack.type=p2p-bridge \
--hostname airconnect \
--name airconnect \
1activegeek/airconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment