diff --git a/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc index 2ace28a8a..827306ac0 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc @@ -122,7 +122,7 @@ $ docker run -it --rm --network host elastic/eland The `eland_import_hub_model` script can be run directly in the docker command: ```bash -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --url $ELASTICSEARCH_URL \ --hub-model-id elastic/distilbert-base-uncased-finetuned-conll03-english \ diff --git a/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc index f021297eb..7d25a380c 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc @@ -35,7 +35,7 @@ image: [source,shell] -------------------------------------------------- -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --cloud-id $CLOUD_ID \ -u -p \ diff --git a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc index 191a4eb0c..1c1002990 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc @@ -43,7 +43,7 @@ image: [source,shell] -------------------------------------------------- -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --cloud-id $CLOUD_ID \ -u -p \