data_engineering_project_template icon indicating copy to clipboard operation
data_engineering_project_template copied to clipboard

Unable to start docker container

Open yoseyo opened this issue 1 year ago • 0 comments

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!

yoseyo avatar Apr 19 '24 15:04 yoseyo