AceStream client console running in a container
2.0K
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
:warning: Requirement: container has been built
Run (or start) conatiner:
$> make run
:warning: Requirement: container is running
Stop and tear down the AceStream service. This will both stop and remove the container.
$> make stop
:warning: Requirement: container is running
Fetch and follow the container logs.
$> make logs
:warning: Requirement: container is running
Drop into the container to interact with it.
$> make shell
:warning: Requirement: container is running
Display a live stream of the container resource usage statistics.
$> make stats
:warning: Requirement: container is running
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>
Content type
Image
Digest
sha256:451404132…
Size
70.5 MB
Last updated
over 3 years ago
docker pull cturra/acestream