i try below command and get error unauthorized. ``` docker run --rm deric/es-dedupe:latest esdedupe -H htttps://elastic_hostname -P 443 -i index_name \ -f md5 --user elastic_user --password "elastic_password" ```
i try below command and get error unauthorized.