Git Product home page Git Product logo

Comments (7)

blaise-io avatar blaise-io commented on June 10, 2024

This depends on Acestream support for arm64. Acestream does not support arm64 architecture for their Linux binaries, only for an Android build. Acestream is closed-source so I cannot compile an arm64 version. It may be possible to run their arm64 Android binary in Docker, but that would take time to figure out whether and how to get that working.

from acelink.

siarhei avatar siarhei commented on June 10, 2024

Hi, what is a workaround to run ace-link container on M1? When I enter docker run --rm -p 6878:6878 blaiseio/acelink
it resulted in

Unable to find image 'blaiseio/acelink:latest' locally
latest: Pulling from blaiseio/acelink
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.

I have docker (daemon) installed in VM (multipass) and its client on the host. The daemon is accessible via docker context.

from acelink.

blaise-io avatar blaise-io commented on June 10, 2024

Add --platform=linux/amd64. I'll add it to the Readme.

from acelink.

fredykanute avatar fredykanute commented on June 10, 2024

Añadir --platform=linux/amd64. Lo añadiré al Readme. yo
Sorry where I have to add that link? In terminal?

from acelink.

svenkevs avatar svenkevs commented on June 10, 2024

try:
docker run --rm --platform=linux/amd64 -p 6878:6878 blaiseio/acelink

from acelink.

aashrxf avatar aashrxf commented on June 10, 2024

There is a docker container built for aarch64 for acestream (unsure about Apple Silicon, had it running on Oracle's Ampere ARM cores in a compute instance)
danielchc/acestream-arm
might be worth looking into.

from acelink.

blaise-io avatar blaise-io commented on June 10, 2024

@zhaofir looking at https://github.com/danielchc/docker-acestream-arm/blob/main/Dockerfile, it seems based on Ace Stream armv7., which does not help us unfortunately.

from acelink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.