armbian-next: do-not-fix docker-asking-for-docker error by adding a "tip"

This commit is contained in:
Ricardo Pardini 2023-01-29 17:07:02 +01:00
parent 150a90df17
commit aadf012464
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -6,7 +6,7 @@ function cli_docker_pre_run() {
# make sure we're not _ALREADY_ running under docker... otherwise eternal loop?
if [[ "${ARMBIAN_RUNNING_IN_CONTAINER}" == "yes" ]]; then
exit_with_error "asking for docker... inside docker. how did this happen? so sorry."
exit_with_error "asking for docker... inside docker. how did this happen? Tip: you don't need 'docker' to run armbian-next inside Docker; it's automatically detected and used when appropriate."
fi
}