Hello.
It works only with linux/arm/v5:
15:22:33 container,info,debug (arm32v5)
I just tested with:
/container/config/set registry-url=https://registry-1.docker.io tmpdir=disk1/pull
/container/add remote-image=hello-world:latest interface=veth1 root-dir=disk1/hello logging=yes dns=8.8.8.8
Results:
15:22:33 container,info,debug Hello from Docker!
15:22:33 container,info,debug This message shows that your installation appears to be working correctly.
15:22:33 container,info,debug
15:22:33 container,info,debug To generate this message, Docker took the following steps:
15:22:33 container,info,debug 1. The Docker client contacted the Docker daemon.
15:22:33 container,info,debug 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
15:22:33 container,info,debug (arm32v5)
15:22:33 container,info,debug 3. The Docker daemon created a new container from that image which runs the
15:22:33 container,info,debug executable that produces the output you are currently reading.
15:22:33 container,info,debug 4. The Docker daemon streamed that output to the Docker client, which sent it
15:22:33 container,info,debug to your terminal.
15:22:33 container,info,debug
15:22:33 container,info,debug To try something more ambitious, you can run an Ubuntu container with:
15:22:33 container,info,debug $ docker run -it ubuntu bash
15:22:33 container,info,debug
15:22:33 container,info,debug Share images, automate workflows, and more with a free Docker ID:
15:22:33 container,info,debug https://hub.docker.com/
15:22:33 container,info,debug
15:22:33 container,info,debug For more examples and ideas, visit:
15:22:33 container,info,debug https://docs.docker.com/get-started/
15:22:33 container,info,debug
Tested with ARM/v6 and ARM/v7 and not working
Regards.