Latest and lightest acestream engine version (3.2.11) in only 149 MB debian based!
10K+
Stream your favorite P2P content effortlessly with AceStream in a lightweight Docker container. No setup hassleβjust run and play!
Run the following command to start the container:
docker run -d -p 6878:6878 wafy80/acestream
Use this URL in your favorite media player (e.g., VLC):
http://<host_address>:6878/ace/getstream?id=<content_id>
Replace <host_address> with your system's IP or hostname and <content_id> with the content ID you want to stream.
Expose the UDP port 8621 with this command:
docker run -d -p 6878:6878 -p 8621:8621/udp wafy80/acestream
Add custom parameters to configure AceStream:
docker run -d -p 6878:6878 wafy80/acestream --client-console --bind-all --max-peers=50
Check the status of AceStream with this command:
wget -q -t1 -O- 'http://127.0.0.1:6878/webui/api/service?method=get_version'
Have ideas or found an issue? Open a pull request or report it in the Issuesβ section.
This project is distributed under the WTFPL license. See the LICENSE file for more details.
π Start streaming now and enjoy the power of AceStream in Docker!
Content type
Image
Digest
sha256:b46cfabb5β¦
Size
159.4 MB
Last updated
9 months ago
docker pull wafy80/acestream