Skip to content

Commit

Permalink
added start_arm_container.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Jun 1, 2022
1 parent 53073bb commit 5822aad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/docker/start_arm_container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
docker run -d \
-p "8080:8080" \
-e ARM_UID="<id -u arm>" \
-e ARM_GID="<id -g arm>" \
-v "/home/arm:<path_to_arm_user_home_folder>" \
-v "/home/arm/Music:<path_to_music_folder>" \
-v "/home/arm/logs:<path_to_logs_folder>" \
-v "/home/arm/media:<path_to_media_folder>" \
-v "/etc/arm/config:<path_to_config_folder>" \
--device="/dev/sr0:/dev/sr0" \
--device="/dev/sr1:/dev/sr1" \
--device="/dev/sr2:/dev/sr2" \
--device="/dev/sr3:/dev/sr3" \
--priveleged \
--restart "always" \
--name "arm-rippers"
$IMAGE

0 comments on commit 5822aad

Please sign in to comment.