Created
August 29, 2018 14:48
-
-
Save yankcrime/68ee9cc576853f57cacf7e3ef69c81ab to your computer and use it in GitHub Desktop.
Startup script for Tizonia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
USER_ID=$(id -u) | |
GROUP_ID=$(id -g) | |
docker run -it --rm \ | |
--volume=/run/user/${USER_ID}/pulse:/run/user/${GROUP_ID}/pulse \ | |
--volume="$HOME/.config/tizonia":/home/tizonia/.config/tizonia \ | |
--name tizonia \ | |
tizonia/docker-tizonia "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment