runlike icon indicating copy to clipboard operation
runlike copied to clipboard

Arm compatible docker image

Open s7726 opened this issue 6 years ago • 4 comments

Would love to be able to run the dockerized version on my pi3 based system.

s7726 avatar Mar 07 '19 01:03 s7726

wget https://raw.githubusercontent.com/lavie/runlike/master/Dockerfile
docker build -t runlike .
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
    runlike YOUR-CONTAINER

Works on my RPi4 running LibreELEC 9.2.3

capntrips avatar Jun 19 '20 07:06 capntrips

Looking for something already posted to docker hub to avoid that build step on systems without build infrastructure in place.

s7726 avatar Jun 19 '20 14:06 s7726

@s7726 it's Docker, so what build infrastructure you mean? :)

jotka avatar Sep 30 '21 11:09 jotka

I don't remember the context for this comment/request 😅.

Maybe some of the thumbs and rockets do?

s7726 avatar Sep 30 '21 12:09 s7726