Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Running docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Feb 22, 2024
1 parent 9cd97b3 commit 69b9cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/docker/cwl/docker_cwl_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ls -l /var/run/docker.sock

# Execute CWL workflow
source /usr/share/cwl/venv/bin/activate
cwl-runner $cwl_workflow /tmp/job_args.json
docker run --entrypoint echo busybox ciao
# cwl-runner $cwl_workflow /tmp/job_args.json
deactivate

# Stop Docker engine
Expand Down

0 comments on commit 69b9cf9

Please sign in to comment.