This container runs the AceStream client console on Debian Linux. More about AceStream can be found at:
Check out the container options below if you want more details about each of the options. If you just want to get up and running, here is the minimum you'll need:
The Makefile
included in this repo should help with all the interactions you may need to make with the cturra/acestream
container.
Build container image locally from Dockerfile.
$> make build
Run (or start) conatiner:
$> make run
Stop and tear down the AceStream service. This will both stop and remove the container.
$> make stop
Fetch and follow the container logs.
$> make logs
Drop into the container to interact with it.
$> make shell
Display a live stream of the container resource usage statistics.
$> make stats
Display the details about the running container.
$> make status
Once the container is running, connect to the network stream with a multimedia player like VLC from the same or another computer on your network.
http://<DOCKER_HOST>:6878/ace/getstream?id=<CONTENT_ID>