jim60105 / docker-streamlink

This is the docker image for streamlink from the community. (Dockerfile, CI image build and test)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-streamlink

Docker image of streamlink.

Repository name in Docker Hub: rayou/streamlink

Repository name in Github: rayou/docker-streamlink

Build

$ docker build --build-arg VERSION=$STREAMLINK_VERSION -t streamlink .
# docker build --build-arg VERSION=0.14.2 -t streamlink .

Usage

$ docker run --rm -it rayou/streamlink:latest --help

Run shell

$ docker run --rm -it --entrypoint=/bin/sh rayou/streamlink:latest

Documentation

Contributing

PRs are welcome.

Author

Ray Ou - yuhung.ou@live.com

Donation

Buy Me A Coffee

License

MIT.

About

This is the docker image for streamlink from the community. (Dockerfile, CI image build and test)

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%