Hi,
I'm trying to build armbian with the tutorial
https://docs.armbian.com/Developer-Guide_Build-Preparation/#what-do-i-need
but I get this error:
~/git/others/armbian/build$ ./compile.sh
[🚸] Docker is installed, but not usable [ can't use Docker; check your Docker config / groups / etc ]
[💥] Problem detected [ Docker installed but not usable ]
[💥] Exiting in 10 seconds [ Press <Ctrl-C> to abort, <Enter> to ignore and continue ]
Counting down: 9... 8... 7... 6... 5... 4... 3... 2... 1... 0...
[💥] error! [ Exiting due to 'Docker installed but not usable' ]
[💥] Exiting with error 43 [ at /home/eloy/git/others/armbian/build/lib/functions/logging/traps.sh:1
exit_with_error() --> lib/functions/logging/traps.sh:1
exit_if_countdown_not_aborted() --> lib/functions/general/countdown.sh:41
cli_standard_relaunch_docker_or_sudo() --> lib/functions/cli/utils-cli.sh:261
cli_standard_build_pre_run() --> lib/functions/cli/cli-build.sh:14
armbian_cli_pre_run_command() --> lib/functions/cli/utils-cli.sh:122
cli_entrypoint() --> lib/functions/cli/entrypoint.sh:79
main() --> ./compile.sh:50
]
I have virtualbox installed, and my OS is:
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 43 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: AuthenticAMD
Model name: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
What am I doing wrong?
Thanks in advance.