You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Andy 6464987566
updates
7 years ago
Dockerfile updates 7 years ago
LICENSE Initial commit 7 years ago
README.md add vlc 7 years ago
docker-compose.yml updates 7 years ago

README.md

VLC in Docker

xhost +SI:localuser:$(id -un)

function docker_helper() {
    pushd ~/docker/$1
    docker-compose rm -f "$1"
    docker-compose run -d --name "$1" "$@"
    popd
}

function vlc() {
    docker_helper "$FUNCNAME" "$@"
}