Unable to run hello-world docker container on Pine64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27) +---- Thread: Unable to run hello-world docker container on Pine64 (/showthread.php?tid=6994) |
Unable to run hello-world docker container on Pine64 - kamtschatka - 12-26-2018 Has anyone managed to run docker images on pine64? I have managed to get docker running by following this guide: https://docs.docker.com/install/linux/docker-ce/ubuntu/ The problem is then that I get this message: Quote:no matching manifest for unknown in the manifest list entries Has anyone encountered this problem before? I have also seen some mentions of a linux image for container(basically i want to run kubernetes on pine64, but i can't even get docker to run properly). From what I could see this is discontinued? RE: Unable to run hello-world docker container on Pine64 - j2l - 01-18-2019 docker worked for 15s for me. installed from dietpi-software then Code: sudo docker run hello-world RE: Unable to run hello-world docker container on Pine64 - arboehm - 01-24-2019 (01-18-2019, 03:54 AM)j2l Wrote: docker worked for 15s for me. Please try to run Code: docker run aarch64/hello-world This works fine for me, but requires always to specify the architecture. |