From c898edf0d6415dab7706bd1eee30b7e957654c4b Mon Sep 17 00:00:00 2001 From: Benedikt Roth Date: Wed, 9 Aug 2023 10:34:15 +0200 Subject: [PATCH] Fix Docker Hub references When going through the quick start, I noticed that the refs to the Docker images were not working. These should be the correct ones. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b10280..d1e0c87 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Since production containers are usually **[rather bare](https://cloud.google.com Run a Node.js KoolKit in your production cluster (Kubernetes v1.23 and above): ```shell -kubectl debug -it --image=lightrun-platform/koolkits/koolkit-node --image-pull-policy=Never --target= +kubectl debug -it --image=lightruncom/koolkits:node --image-pull-policy=Never --target= ``` Run a JVM KoolKit in MiniKube (Kubernetes v1.23 and above): ```shell -minikube kubectl -- debug -it --image=lightrun-platform/koolkits/koolkit-jvm --image-pull-policy=Never --target= +minikube kubectl -- debug -it --image=lightruncom/koolkits:jvm --image-pull-policy=Never --target= ``` #### Adding to `.bashrc`/`.zshrc`