potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537070912
##########
File path: airflow/providers/docker/hooks/docker.py
##########
@@ -37,6 +37,7 @@ class DockerHook(BaseHook, LoggingMixin):
conn_name_attr = 'docker_conn_id'
default_conn_name = 'docker_default'
conn_type = 'docker'
+ hook_name = 'Docker Registry'
Review comment:
Actually, it is correct. This is a Docker Registry Hook not Daemon.
```
Interact with a private Docker registry.
:param docker_conn_id: ID of the Airflow connection where
credentials and extra configuration are stored
:type docker_conn_id: str
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]