Skip to content

cturra/docker-acestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

About this container

This container runs the AceStream client console on Debian Linux. More about AceStream can be found at:

http://www.acestream.org/

Quick Run

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:

  1. build
  2. run
  3. connect

Container Options

The Makefile included in this repo should help with all the interactions you may need to make with the cturra/acestream container.

Build

Build container image locally from Dockerfile.

$> make build

Run or Start

⚠️ Requirement: container has been built

Run (or start) conatiner:

$> make run

Stop

⚠️ Requirement: container is running

Stop and tear down the AceStream service. This will both stop and remove the container.

$> make stop

Logs

⚠️ Requirement: container is running

Fetch and follow the container logs.

$> make logs

Shell

⚠️ Requirement: container is running

Drop into the container to interact with it.

$> make shell

Stats

⚠️ Requirement: container is running

Display a live stream of the container resource usage statistics.

$> make stats

Status

⚠️ Requirement: container is running

Display the details about the running container.

$> make status

Connecting to Stream

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>

About

AceStream client console running in Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published