my task.py file from celery import Task from random import randint @shared_task def create_nb(): a = randint(1, 100) b = randint(1, 100) return {"
I tried to run Docker on a virtual machine. Host : MacBook VM : Parallels Windows 7 And error occurs: Is it possible?