edithturn edited a comment on issue #19969: URL: https://github.com/apache/airflow/issues/19969#issuecomment-990043442
Why we are using `docker_v system prune` instead of `docker system prune`? For this, I can understand that is for making VERBOSE more readable? function docker_v ``` In case "VERBOSE" is set to "true" (--verbose flag in Breeze) all docker commands run will be printed before execution. In case of DRY_RUN_DOCKER flag set to "true" show the command to execute instead of executing them ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
