Docker works on official builds:
_____ _ _ _ _
|_ _(_)_ __ | | _____ _ __| |__ ___ __ _ _ __ __| |
| | | | '_ \| |/ / _ \ '__| '_ \ / _ \ / _` | '__/ _` |
| | | | | | | < __/ | | |_) | (_) | (_| | | | (_| |
|_| |_|_| |_|_|\_\___|_| |_.__/ \___/ \__,_|_| \__,_|
Welcome to Armbian 22.11.0-trunk.0121 Jammy with Linux 5.15.80-rockchip
No end-user support: untested automated build
System load: 5% Up time: 5 min
Memory usage: 6% of 1.96G IP: 172.17.0.1 10.0.30.119
CPU temp: 48°C Usage of /: 85% of 15G
RX today: 85.4 MiB
[ 0 security updates available, 2 updates total: apt upgrade ]
Last check: 2022-11-28 00:55
[ General system configuration (beta): armbian-config ]
Last login: Mon Nov 28 00:47:24 2022 from 10.0.10.12
tinkerboard:~:# sudo docker run -d --name hello hello-world
52aa4db25eb9c143570665ba5f3f38f9c3d9e1fc7ae8757b7664c6a9c9d4b76d
tinkerboard:~:# docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm32v7)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
tinkerboard:~:#
https://github.com/armbian/build/pull/3830
If you run old images, or some in between, it might fail.