Skip to content

Commit

Permalink
Don't suggest an example with docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfabrice committed Jul 15, 2023
1 parent 5bf200d commit 5009a28
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/operating-eck/air-gapped.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ To deploy the ECK operator in an air-gapped environment, you first have to mirro

Once the ECK operator image has been copied, you have to replace the original image name `docker.elastic.co/eck/eck-operator:{eck_version}` with the private name of the image, for example `my-registry/eck/eck-operator:{eck_version}`, in the <<{p}-install-yaml-manifests,operator manifests>>. When using <<{p}-install-helm,Helm charts>>, you have to replace the `image.repository` Helm value with, for example, `my-registry/eck/eck-operator`.

Container registry vendors generally offer native solutions to mirror container images internally. As an alternative, you can use a Docker client which has access to both the public `docker.elastic.co` registry and to the private container registry as follows:

[source,sh]
----
docker pull docker.elastic.co/eck/eck-operator:{eck_version}
docker tag docker.elastic.co/eck/eck-operator:{eck_version} my-registry/eck/eck-operator:{eck_version}
docker push my-registry/eck/eck-operator:{eck_version}
----

[float]
[id="{p}-container-registry-override"]
== Override the default container registry
Expand Down

0 comments on commit 5009a28

Please sign in to comment.