Skip to content

Commit

Permalink
fix: the Docker engine wouldn't start with the previous command
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Feb 27, 2024
1 parent b1ee5e2 commit a89e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker/cwl/docker_cwl_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cat /tmp/job_args.json
mkdir -p "$output_dir"

# Start Docker engine
dockerd > dockerd-logfile 2>&1
dockerd &> dockerd-logfile &

# Wait until Docker engine is running
# Loop until 'docker version' exits with 0.
Expand Down

0 comments on commit a89e1ed

Please sign in to comment.