jrcichra / lancache-autofill-docker

1 stars 1 forks source link

Update README.md to include suggested usage of https://github.com/dbhi/qus for Raspberry Pi #2

Closed thewalla07 closed 3 years ago

thewalla07 commented 3 years ago

Sorry to create this as an issue, I want to run lancache-autofill as a container in docker, also on a Raspberry Pi (Pi 4 in my case). You suggested to use QUS to handle the foreign architecture requirements, but I am unsure what target architecture I should run QUS for in this specific scenario. Can you please let me know what settings you used in your configuration?

jrcichra commented 3 years ago

Sure. I'll update the README with the command I recommend. I didn't specify a specific target arch:

sudo docker run --rm --privileged aptman/qus -s -- -p

...so it applies all target archs. You 'might' be able to get away specifying x86_64 (if that doesn't work, maybe include i386)