Is it possible to run docker on radxa ubuntu server image (rockpin10bc_ubuntu_bionic_server_arm64_20210125_2038-gpt.img)? When running i have this error:
root@rockpin10bc:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
256ab8fe8778: Pull complete
Digest: sha256:5122f6204b6a3596e048758cabba3c46b1c937a46b5be6225b835d091b90e46c
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: failed to create endpoint flamboyant_carver on network bridge: failed to add the host (vetha9947bb) <=> sandbox (vetha2b5a71) pair interfaces: operation not supported.
ERRO[0004] error waiting for container: context canceled
Tried following instructions from https://wiki.radxa.com/Rockpi4/Docker with same result.
Looks like some kernel option is disabled. How this can be fixed?