You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a mistake in script in chapter02/scripts/listing_2_10.sh : lack of '\' special symbol after command --name airflow in line 15.
Execution of script ends with error: "docker run" requires at least 1 argument.
Line 15 should be --name airflow \
The text was updated successfully, but these errors were encountered:
There is a mistake in script in chapter02/scripts/listing_2_10.sh : lack of '\' special symbol after command
--name airflow
in line 15.Execution of script ends with error: "docker run" requires at least 1 argument.
Line 15 should be
--name airflow \
The text was updated successfully, but these errors were encountered: