data_engineering_project_template
data_engineering_project_template copied to clipboard
Unable to start docker container
Hi!
I am trying to start the docker container and run migrations under ./migrations with make up, but I receive the error message below:
sudo mkdir -p logs plugins temp dags tests migrations && sudo chmod -R u=rwx,g=rwx,o=rwx logs plugins temp dags tests migrations docker compose --env-file env up airflow-init && docker compose --env-file env up --build -d /bin/sh: docker: command not found make: *** [docker-spin-up] Error 127
Could you please guide me to fix the issue?
Thanks in advance!