diff --git a/docs/getting-started.md b/docs/getting-started.md index c60a339c3..ce6903a55 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -168,16 +168,15 @@ are using, if you are using something else: make publish-component-containers CONTAINER_REPO=localhost:5000/ocurity/dracon ``` -*Notice that the repo we are using is slightly different from the +*\*Notice that the repo we are using is slightly different from the one we pushed the images in the previous step. That's because with local registries the registry is exposed on a port in localhost, however inside the KiND cluster, that's not the case. Instead, the registry's host is `kind-registry:5000`. This is also going to be important later when we will deploy the pipelines and their image repositories will also have to be set to -this value. -\ -\ -Make sure that you use the draconctl image that you pushed in the repository.* +this value.* + +*\*\*Make sure that you use the draconctl image that you pushed in the repository.* #### Using a different base image for your images