PINE64

Full Version: Unable to run hello-world docker container on Pine64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
docker worked for 15s for me.
installed from dietpi-software
then
Code:
sudo docker run hello-world
(01-18-2019, 03:54 AM)j2l Wrote: [ -> ]docker worked for 15s for me.
installed from dietpi-software
then
Code:
sudo docker run hello-world

Please try to run


Code:
docker run aarch64/hello-world

This works fine for me, but requires always to specify the architecture.